Update setup.py with next release version number.

This commit is contained in:
Christopher Broderick 2023-11-29 15:16:26 +00:00 committed by GitHub
parent 6f1749a06c
commit 31b0b26d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ from setuptools import find_packages, setup
import sys
version = '1.0.0'
version = '1.1.0'
# Provided as an attribute, so you can append to these instead