Skip to content

Commit 2245978

Browse files
committed
Raised version
1 parent f77764d commit 2245978

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dice_notation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:license: MIT, see LICENSE for more details.
88
"""
99

10-
__version__ = '1.0.1'
10+
__version__ = '1.0.2'
1111
__license__ = 'MIT'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run_tests(self):
7070
keywords=['dice', 'dice notation', 'rpg', 'parser'],
7171
platforms='any',
7272
classifiers=[
73-
'Development Status :: 3 - Alpha',
73+
'Development Status :: 5 - Production/Stable',
7474
'Intended Audience :: Developers',
7575
'License :: OSI Approved :: MIT License',
7676
'Programming Language :: Python',

0 commit comments

Comments
 (0)