Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored Mar 14, 2017
1 parent 213c425 commit 6afb991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bids/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

Expand Down

0 comments on commit 6afb991

Please sign in to comment.