Skip to content

Commit

Permalink
bump to 0.43 upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton committed Jan 31, 2024
1 parent f2c792e commit d8c1ed2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.39
current_version = 0.1.43
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqloxide"
version = "0.1.39"
version = "0.1.43"
authors = ["Will Eaton <[email protected]>"]
edition = "2018"

Expand All @@ -17,5 +17,5 @@ version = "0.20.0"
features = ["extension-module"]

[dependencies.sqlparser]
version = "0.39.0"
version = "0.43.1"
features = ["serde", "visitor"]
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.39"
version = "0.1.43"
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.39",
"version": "0.1.43",
"description": "Python bindings for sqlparser-rs",
"long_description": open("readme.md").read(),
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit d8c1ed2

Please sign in to comment.