Skip to content

Commit

Permalink
Merge pull request #37 from toshihikoyanase/bump-up-version-to-0.0.3a3
Browse files Browse the repository at this point in the history
Bump up version to 0.0.3a3
  • Loading branch information
toshihikoyanase authored Nov 23, 2023
2 parents 091a5b6 + b6b216c commit e999b43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def load_readme() -> str:

setup(
name="mong",
version="0.0.3a2",
version="0.0.3a3",
description="Moby Name Generator in Python",
long_description=load_readme(),
long_description_content_type="text/markdown",
Expand All @@ -21,10 +21,12 @@ def load_readme() -> str:
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
],
packages=["mong"],
Expand Down

0 comments on commit e999b43

Please sign in to comment.