Skip to content

Commit de7fda6

Browse files
committed
Up the version for the next release, and switch to a dev build
1 parent 9af1340 commit de7fda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphtage/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def git_branch() -> Optional[str]:
4848
return None
4949

5050

51-
DEV_BUILD = False
51+
DEV_BUILD = True
5252
"""Sets whether this build is a development build.
5353
5454
This should only be set to :const:`False` to coincide with a release. It should *always* be :const:`False` before
@@ -59,7 +59,7 @@ def git_branch() -> Optional[str]:
5959
"""
6060

6161

62-
__version__: Tuple[Union[int, str], ...] = (0, 2, 4)
62+
__version__: Tuple[Union[int, str], ...] = (0, 2, 5)
6363

6464
if DEV_BUILD:
6565
branch_name = git_branch()

0 commit comments

Comments
 (0)