Bump version to 1.2.1

This commit is contained in:
Sean Quah 2023-03-30 14:08:26 +01:00
parent 0e78713885
commit 17df25e460

View file

@ -1,6 +1,6 @@
from setuptools import setup from setuptools import setup
__version__ = "1.2.0" __version__ = "1.2.1"
with open("README.md") as f: with open("README.md") as f:
long_description = f.read() long_description = f.read()