Skip to content

Commit 4fe2d12

Browse files
committedMay 21, 2024··
changed version
1 parent f716bf5 commit 4fe2d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
THIS_DIR = os.path.dirname(os.path.realpath(__file__))
66
CONNECTOR_SRC_DIR = os.path.join(THIS_DIR, "polypheny")
77

8-
VERSION = (1, 1, 1, None) # Default
9-
VERSION = "v1.1.1" # Default
8+
VERSION = (0, 0, 0, None) # Default
9+
VERSION = "v0.0.0" # Default
1010

1111

1212
version_file = 'polypheny-connector-version.txt'

0 commit comments

Comments
 (0)
Please sign in to comment.