Skip to content

Commit

Permalink
tag: ppft-1.7.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed May 19, 2022
1 parent 7b6e3ce commit e0c08b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ppft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - https://github.com/uqfoundation/ppft/blob/master/LICENSE

# author, version, license, and long description #FIXME: common.__version__
__version__ = '1.6.6.5.dev0'
__version__ = '1.7.6.5'
__author__ = 'Mike McKerns'

__doc__ = """
Expand Down
2 changes: 1 addition & 1 deletion ppft/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def b_(string):
copyright = """Copyright (c) 2005-2012 Vitalii Vanovschi.
Copyright (c) 2015-2016 California Institute of Technology.
Copyright (c) 2016-2022 The Uncertainty Quantification Foundation."""
__version__ = version = "1.6.6.5" # use release/target version only
__version__ = version = "1.7.6.5" # use release/target version only

def start_thread(name, target, args=(), kwargs={}, daemon=True):
"""Starts a thread"""
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0

[bdist_wheel]
#universal = 1
universal = 1
#python-tag = py3
#plat-name = manylinux1_x86_64

Expand Down

0 comments on commit e0c08b1

Please sign in to comment.