Skip to content

Commit

Permalink
tag ppft-1.6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 13, 2021
1 parent ea4b435 commit 31a7918
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-2021 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-2021 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.3'
stable_version = '1.6.6.4'
target_version = '1.6.6.4'
is_release = stable_version == target_version
VERSION = stable_version if is_release else target_version + '.dev0'
Expand Down

0 comments on commit 31a7918

Please sign in to comment.