Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 12, 2022
1 parent e762c85 commit 3a312ed
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
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "1.1" # Bump to a 3-part semver for next version, i.e. 1.1.1
__version__ = "1.1.1"

with open("README.md") as f:
long_description = f.read()
Expand Down

0 comments on commit 3a312ed

Please sign in to comment.