Skip to content

Commit

Permalink
tag: klepto-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 23, 2022
1 parent 49a9665 commit cee62d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Requirements

* ``python`` (or ``pypy``), **>=3.7**
* ``setuptools``, **>=42**
* ``dill``, **>=0.3.5.1**
* ``pox``, **>=0.3.1**
* ``dill``, **>=0.3.6**
* ``pox``, **>=0.3.2**

Optional requirements:

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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def has_ext_modules(foo):

# define dependencies
sysversion = sys.version_info[:3]
dill_version = 'dill>=0.3.5.1'
pox_version = 'pox>=0.3.1'
dill_version = 'dill>=0.3.6'
pox_version = 'pox>=0.3.2'
jsonpickle_version = 'jsonpickle>=0.9.6'
cloudpickle_version = 'cloudpickle>=0.5.2'
sqlalchemy_version = 'sqlalchemy>=0.8.4'
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/klepto/blob/master/LICENSE

__version__ = '0.2.3.dev0'
__version__ = '0.2.3'
__author__ = 'Mike McKerns'
__contact__ = '[email protected]'

Expand Down

0 comments on commit cee62d2

Please sign in to comment.