Skip to content

Commit

Permalink
bumped version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jswoboda committed Mar 17, 2023
1 parent 121bb62 commit 82cff32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="srt-py",
version='1.0.0',
version='v1.1.0',
include_package_data=True,
cmdclass=versioneer.get_cmdclass(),
author="MIT Haystack",
Expand Down
2 changes: 1 addition & 1 deletion srt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import _version

__version__ = '1.0.0'
__version__ = 'v1.1.0'

0 comments on commit 82cff32

Please sign in to comment.