Skip to content

Commit

Permalink
Version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanzeist committed Mar 7, 2021
1 parent f9dd9b2 commit 0999ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
from setuptools_scm import get_version
version = get_version(root='..', relative_to=__file__)
except Exception:
version = '0.1.7'
version = '1.0.0'
""".lstrip()

#setup(use_scm_version={'write_to': os.path.join('riroriro', 'version.py'),
# 'write_to_template': VERSION_TEMPLATE})
setup(version='0.1.7')
setup(version='1.0.0')

0 comments on commit 0999ed9

Please sign in to comment.