Skip to content

Commit 549084d

Browse files
committed
πŸ”– Bump version: 0.0.2 β†’ 0.0.3
1 parent 8f30421 commit 549084d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Ž.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.0.2
2+
current_version = 0.0.3
33
commit = True
44
tag = True
55
message = πŸ”– Bump version: {current_version} β†’ {new_version}

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.3

β€Žflydelta/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flydelta.client import Client
44
from flydelta.server import SERVER_DEPS_AVAILABLE
55

6-
__version__ = "0.0.2"
6+
__version__ = "0.0.3"
77
__all__ = ["Client", "__version__"]
88

99
if SERVER_DEPS_AVAILABLE:

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flydelta"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "A Flight SQL proxy for Delta Lake"
55
authors = [{ name = "Simon WΓΆrpel", email = "simon.woerpel@pm.me" }]
66
license = "AGPLv3+"

0 commit comments

Comments
Β (0)