Skip to content

Commit

Permalink
Bumped version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus1487 committed Jun 30, 2017
1 parent 3d01f69 commit fc75859
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.4.2'
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.4.2'
release = u'0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nanoraw/nanoraw_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from itertools import izip
from collections import defaultdict, namedtuple

NANORAW_VERSION = '0.4.2'
NANORAW_VERSION = '0.5'

SMALLEST_PVAL = 1e-20

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():

setup(
name = "nanoraw",
version = "0.4.2",
version = "0.5",
packages = ["nanoraw"],
install_requires = ['h5py', 'numpy', 'scipy'],
extras_require={'plot':['rpy2']},
Expand Down

0 comments on commit fc75859

Please sign in to comment.