Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 20, 2020
1 parent 5d9af30 commit ceab4a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="d20",
version="0.7.0",
version="1.0.0rc1",
author="Andrew Zhu",
author_email="andrew@zhu.codes",
description="A formal grammar-based dice parser and roller for D&D and other dice systems.",
Expand All @@ -23,6 +23,8 @@
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Games/Entertainment :: Board Games",
"Topic :: Games/Entertainment :: Role-Playing",
],
python_requires='>=3.6',
install_requires=requirements,
Expand Down

0 comments on commit ceab4a8

Please sign in to comment.