Skip to content

Commit

Permalink
Bump version: 0.1.7 → 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton committed Jan 16, 2021
1 parent 2fc224d commit 722c50d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7
current_version = 0.1.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqloxide"
version = "0.1.7"
version = "0.1.8"
authors = ["Will Eaton <me@wseaton.com>"]
edition = "2018"

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.7"
version = "0.1.8"
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 @@ -9,7 +9,7 @@

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

0 comments on commit 722c50d

Please sign in to comment.