Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: jaysnm <jaysnmury@gmail.com>
  • Loading branch information
jaysnm committed Jul 4, 2023
1 parent 3b2fde4 commit 924b2ef
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 = 1.0.1
current_version = 1.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>.+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion dremioarrow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Jason Kinyua"""
__email__ = 'jaysnmury@gmail.com'
__version__ = '1.0.1'
__version__ = '1.0.2'

from .client import DremioArrowClient, dremio_query # type: ignore
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "dremio-arrow"
version = "1.0.1"
version = "1.0.2"
homepage = "https://github.com/jaysnm/dremio-arrow"
description = "Dremio SQL Lakehouse Arrow Flight Client."
authors = ["Jason Kinyua <jaysnmury@gmail.com>"]
Expand Down

0 comments on commit 924b2ef

Please sign in to comment.