Skip to content

Commit

Permalink
Up the version for the next release, and switch to a dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Dec 6, 2020
1 parent 9af1340 commit de7fda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphtage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def git_branch() -> Optional[str]:
return None


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


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

if DEV_BUILD:
branch_name = git_branch()
Expand Down

0 comments on commit de7fda6

Please sign in to comment.