Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies authored Nov 18, 2019
1 parent f90aa2c commit 6409ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pysos',
version='1.2.0',
version='1.2.1',
py_modules=['pysos'],
scripts=['pysos.py'],
description='Simple Object Storage - Persistent dicts and lists for python.',
Expand All @@ -13,4 +13,4 @@
license='MIT',
classifiers=[],
keywords='persistent persistence dict list file'
)
)

0 comments on commit 6409ef8

Please sign in to comment.