Bump version to 1.3.0.

This commit is contained in:
Patrick Cloke 2023-11-17 10:12:27 -05:00
parent 0221c870a1
commit fa2b0e0c09

View file

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