Skip to content

Commit

Permalink
tag: ppft-1.7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jul 23, 2023
1 parent 13c0928 commit 94298ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ Requirements

Optional requirements:

* ``dill``, **>=0.3.6**
* ``dill``, **>=0.3.7**


Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0

[bdist_wheel]
#python-tag = py3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -85,7 +85,7 @@ def has_ext_modules(foo):
return True

# define dependencies
dill_version = 'dill>=0.3.6'
dill_version = 'dill>=0.3.7'
# add dependencies
depend = []
extras = {'dill': [dill_version]}
Expand Down
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -5,7 +5,7 @@
# License: 3-clause BSD. The full license text is available at:
# - https://github.com/uqfoundation/ppft/blob/master/LICENSE

__version__ = '1.7.6.7.dev0'
__version__ = '1.7.6.7'
__author__ = 'Mike McKerns'
__contact__ = 'mmckerns@uqfoundation.org'

Expand Down

0 comments on commit 94298ab

Please sign in to comment.