Skip to content

Commit

Permalink
REL: belated version bump of fmrb Python package to 0.0.4
Browse files Browse the repository at this point in the history
Version management should be unified; the relevant issue is #2,
#2
  • Loading branch information
slivingston committed May 17, 2016
1 parent c9f5001 commit e3b787a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fmrb-pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Version
MAJOR = 0
MINOR = 0
MICRO = 3
MICRO = 4

fmrb_version = '{major}.{minor}.{micro}'.format(major=MAJOR, minor=MINOR, micro=MICRO)

Expand Down

0 comments on commit e3b787a

Please sign in to comment.