Skip to content

Commit

Permalink
Merge pull request #55 from QInfer/version-bump-1.0b4
Browse files Browse the repository at this point in the history
Version bump to 1.0b4.
  • Loading branch information
cgranade committed May 10, 2016
2 parents 1cb7adc + 3097212 commit a0fc948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

MAJOR = 1
MINOR = 0
PRE = 'b3'
PRE = 'b4'
VERSION = "{major}.{minor}{pre}".format(
major=MAJOR, minor=MINOR, pre=PRE if PRE is not None else ''
)
Expand Down

0 comments on commit a0fc948

Please sign in to comment.