Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
hennlo committed May 21, 2024
1 parent f716bf5 commit 4fe2d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
THIS_DIR = os.path.dirname(os.path.realpath(__file__))
CONNECTOR_SRC_DIR = os.path.join(THIS_DIR, "polypheny")

VERSION = (1, 1, 1, None) # Default
VERSION = "v1.1.1" # Default
VERSION = (0, 0, 0, None) # Default
VERSION = "v0.0.0" # Default


version_file = 'polypheny-connector-version.txt'
Expand Down

0 comments on commit 4fe2d12

Please sign in to comment.