Skip to content

Commit

Permalink
updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed Sep 11, 2022
1 parent f98cc73 commit 9989a9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nrelpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from os.path import join as pjoin

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 0
_version_minor = 1
_version_major = 2
_version_minor = 0
_version_micro = '' # use '' for first of series, number for 1 and above
_version_extra = 'dev'
# _version_extra = '' # Uncomment this for full releases
# _version_extra = 'dev'
_version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor]
Expand Down

0 comments on commit 9989a9b

Please sign in to comment.