Skip to content

Commit

Permalink
tag: ppft-1.7.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 23, 2022
1 parent b2df68e commit e994a17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Requirements

Optional requirements:

* ``dill``, **>=0.3.5.1**
* ``dill``, **>=0.3.6**


More Information
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def has_ext_modules(foo):
return True

# define dependencies
dill_version = 'dill>=0.3.5.1'
dill_version = 'dill>=0.3.6'
# add dependencies
depend = []
extras = {'dill': [dill_version]}
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
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.6.dev0'
__version__ = '1.7.6.6'
__author__ = 'Mike McKerns'
__contact__ = '[email protected]'

Expand Down

0 comments on commit e994a17

Please sign in to comment.