Skip to content

Commit

Permalink
Bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalondar committed Feb 22, 2022
1 parent f2fdd34 commit e8bebf2
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 @@ -5,7 +5,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

__version__ = "1.2.0"
__version__ = "1.2.1"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit e8bebf2

Please sign in to comment.