Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Franceschetti committed May 25, 2023
1 parent 768e398 commit c750bea
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 @@ -12,7 +12,7 @@
# Initialization
# --------------------

VERSION_NUMBER = '1.0.0-alpha'
VERSION_NUMBER = '1.0.1'

# required if you want to run document/test
# pip install 'mkdocs-macros-plugin[test]'
Expand Down Expand Up @@ -40,7 +40,7 @@ def read_file(fname):
author='Laurent Franceschbetti',
author_email='[email protected]',
license='MIT',
python_requires='>=3.5',
python_requires='>=3.8',
install_requires=[
'mkdocs>=0.17',
'jinja2',
Expand Down

0 comments on commit c750bea

Please sign in to comment.