Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huytool157 committed Jan 29, 2024
1 parent 3bc423d commit 0c7ac58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
requires = ["poetry-core"]
requires = [ "poetry-core",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "retoolrpc"
version = "0.1.0"
version = "0.1.2"
description = "Python package for Retool RPC"
authors = ["tryretool <[email protected]>"]
authors = [ "tryretool <[email protected]>",]
license = "MIT"
repository = "https://github.com/tryretool/retoolrpc"
homepage = "https://retool.com"
Expand All @@ -18,7 +18,7 @@ include = "retoolrpc"
preview = true

[tool.ruff]
src = ["retoolrpc"]
src = [ "retoolrpc",]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
2 changes: 1 addition & 1 deletion python/retoolrpc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.2"

0 comments on commit 0c7ac58

Please sign in to comment.