Bump version to 1.2.0

This commit is contained in:
David Robertson 2023-01-09 16:57:15 +00:00
parent c65f9e5ba5
commit 2ec5ec5a79
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

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