Skip to content

Commit

Permalink
fixed setup.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespocalypse committed May 31, 2022
1 parent 6127633 commit 89898e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(fname):
setup(
name='mob_suite',
include_package_data=True,
version='3.0.3',
version='3.1.0',
python_requires='>=3.7.0,<4',
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit 89898e4

Please sign in to comment.