Skip to content

Commit

Permalink
set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Dec 1, 2022
1 parent f9da35f commit 6d0adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twinify/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
MAJOR_VERSION = 1
MINOR_VERSION = 0
PATCH_VERSION = 0
EXT_VERSION = "dev"
EXT_VERSION = ""

VERSION = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}-{EXT_VERSION}"

0 comments on commit 6d0adc0

Please sign in to comment.