We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c62667 commit 9bded5aCopy full SHA for 9bded5a
pathvalidate/__version__.py
@@ -4,6 +4,6 @@
4
__author__ = "Tsuyoshi Hombashi"
5
__copyright__ = "Copyright 2016-{}, {}".format(datetime.now().year, __author__)
6
__license__ = "MIT License"
7
-__version__ = "0.29.1"
+__version__ = "1.0.0"
8
__maintainer__ = __author__
9
__email__ = "tsuyoshi.hombashi@gmail.com"
setup.py
@@ -81,7 +81,7 @@ def get_release_command_class():
81
},
82
83
classifiers=[
84
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
85
"Intended Audience :: Developers",
86
"Intended Audience :: Information Technology",
87
"License :: OSI Approved :: MIT License",
0 commit comments