1
Fork 0
mirror of https://github.com/Steffo99/royalspells.git synced 2024-10-16 06:17:37 +00:00

Bump version to 4.0.0

This commit is contained in:
Steffo 2024-05-14 03:54:29 +02:00
parent 64ac28f1d3
commit 9ac64b529b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -5,18 +5,18 @@ with open("README.md", "r") as f:
setuptools.setup(
name="royalspells",
version="3.2",
version="4.0.0",
author="Stefano Pigozzi",
author_email="ste.pigozzi@gmail.com",
description="A package to procedurally generate useless spells!",
author_email="me@steffo.eu",
description="Meaningless fantasy spell stats generator",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Steffo99/royalspells",
packages=setuptools.find_packages(),
install_requires=[],
python_requires="~=3.6",
python_requires=">=3.6",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 6 - Mature",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",