Skip to content

Commit 9bded5a

Browse files
committed
Bump version
1 parent 2c62667 commit 9bded5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pathvalidate/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
__author__ = "Tsuyoshi Hombashi"
55
__copyright__ = "Copyright 2016-{}, {}".format(datetime.now().year, __author__)
66
__license__ = "MIT License"
7-
__version__ = "0.29.1"
7+
__version__ = "1.0.0"
88
__maintainer__ = __author__
99
__email__ = "tsuyoshi.hombashi@gmail.com"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_release_command_class():
8181
},
8282

8383
classifiers=[
84-
"Development Status :: 4 - Beta",
84+
"Development Status :: 5 - Production/Stable",
8585
"Intended Audience :: Developers",
8686
"Intended Audience :: Information Technology",
8787
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)