Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jrober84 committed Feb 6, 2023
1 parent 8b27e0b commit 0d2632a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mob_suite/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '3.1.2'
__version__ = '3.1.4'

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.1.2',
version='3.1.4',
python_requires='>=3.7.0,<4',
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit 0d2632a

Please sign in to comment.