Skip to content

Commit

Permalink
After release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 6, 2019
1 parent 455586b commit 67f38d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# Change version number here, not in neurotic/version.py, which is generated
# by this script. Try to follow recommended versioning guidelines at semver.org.
MAJOR = 0 # increment for backwards-incompatible changes
MINOR = 4 # increment for backwards-compatible feature additions
MICRO = 2 # increment for backwards-compatible bug fixes
IS_RELEASED = True # determines whether version will be marked as development
MINOR = 5 # increment for backwards-compatible feature additions
MICRO = 0 # increment for backwards-compatible bug fixes
IS_RELEASED = False # determines whether version will be marked as development
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

# Try to fetch the git revision number from the .git directory if it exists.
Expand Down

0 comments on commit 67f38d3

Please sign in to comment.