Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
To 1.0.0
  • Loading branch information
Erik-Lamers1 committed Oct 29, 2022
1 parent a7b9210 commit 721afcc
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 @@ -2,7 +2,7 @@
import os
from setuptools import setup, find_packages

VERSION = "0.10.0"
VERSION = "1.0.0"

# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
Expand Down

0 comments on commit 721afcc

Please sign in to comment.