Skip to content

Commit 4b27eb4

Browse files
committed
bump version to 0.1.37
1 parent f2c0b87 commit 4b27eb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.36
2+
current_version = 0.1.37
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sqloxide"
3-
version = "0.1.36"
3+
version = "0.1.37"
44
repository = "https://github.com/wseaton/sqloxide"
55
license = "MIT"
66
description = "Python bindings for sqlparser-rs"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup_kwargs = {
99
"name": "sqloxide",
10-
"version": "0.1.36",
10+
"version": "0.1.37",
1111
"description": "Python bindings for sqlparser-rs",
1212
"long_description": open("readme.md").read(),
1313
"long_description_content_type": "text/markdown",

0 commit comments

Comments
 (0)