Skip to content

Commit

Permalink
tag: 1.7.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Sep 29, 2024
1 parent 7095bad commit 7cb80bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Requirements

Optional requirements:

* ``dill``, **>=0.3.8**
* ``dill``, **>=0.3.9**


Basic Usage
Expand Down Expand Up @@ -177,7 +177,7 @@ nodes to zero::
Get help on the command line options for ``ppserver``::

$ ppserver --help
Parallel Python Network Server (pp-1.7.6.8)
Parallel Python Network Server (pp-1.7.6.9)
Usage: ppserver [-hdar] [-f format] [-n proto] [-c config_path] [-i interface] [-b broadcast] [-p port] [-w nworkers] [-s secret] [-t seconds] [-k seconds] [-P pid_file]

Options:
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 @@ -86,7 +86,7 @@ def has_ext_modules(foo):
return True

# define dependencies
dill_version = 'dill>=0.3.8'
dill_version = 'dill>=0.3.9'
# 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.9.dev0'
__version__ = '1.7.6.9'#.dev0'
__author__ = 'Mike McKerns'
__contact__ = '[email protected]'

Expand Down

0 comments on commit 7cb80bb

Please sign in to comment.