Skip to content

Commit

Permalink
bump version to 0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton committed Aug 31, 2023
1 parent f2c0b87 commit 4b27eb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.36
current_version = 0.1.37
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqloxide"
version = "0.1.36"
version = "0.1.37"
repository = "https://github.com/wseaton/sqloxide"
license = "MIT"
description = "Python bindings for sqlparser-rs"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup_kwargs = {
"name": "sqloxide",
"version": "0.1.36",
"version": "0.1.37",
"description": "Python bindings for sqlparser-rs",
"long_description": open("readme.md").read(),
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit 4b27eb4

Please sign in to comment.