-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee91b22
commit ee8693b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ authors = [ | |
{name = "Jorge Juarez", email = "[email protected]"}, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Customer Service", | ||
"Topic :: Software Development :: Build Tools", | ||
"Topic :: Communications :: Chat", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Software Development :: Version Control :: Git", | ||
"Topic :: Utilities", | ||
"License :: OSI Approved :: MIT License", # "Topic :: Documentation :: Sphinx" | ||
"Topic :: Documentation :: Sphinx", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
|
@@ -33,7 +33,7 @@ license = {file = "LICENSE"} | |
name = "pynani" | ||
readme = "README.md" | ||
requires-python = ">=3.10" | ||
version = "1.3.1" | ||
version = "1.4.0" | ||
|
||
[project.urls] | ||
"Bug Tracker" = "https://github.com/jorge-jrzz/Pynani/issues" | ||
|