Skip to content

Commit

Permalink
bumping to ppft-1.6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 16, 2020
1 parent 6c0ecf4 commit 1853a5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
copyright = """Copyright (c) 2015-2016 California Institute of Technology.
Copyright (c) 2016-2020 The Uncertainty Quantification Foundation."""
# comment out the following if this is a release
__version__ += '.dev0'
#__version__ += '.dev0'

#'''
#__version__ = __version__.rsplit('.',1)
Expand Down
2 changes: 1 addition & 1 deletion ppft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
copyright = """Copyright (c) 2015-2016 California Institute of Technology.
Copyright (c) 2016-2020 The Uncertainty Quantification Foundation."""
# comment out the following if this is a release
__version__ += '.dev0'
#__version__ += '.dev0'

#'''
#__version__ = __version__.rsplit('.',1)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from distutils.core import setup
has_setuptools = False

stable_version = '1.6.6.1'
stable_version = '1.6.6.2'
target_version = '1.6.6.2'
is_release = stable_version == target_version
VERSION = stable_version if is_release else target_version + '.dev0'
Expand Down

0 comments on commit 1853a5b

Please sign in to comment.