Skip to content

Commit 8333abf

Browse files
committed
Bump version. First stable release.
1 parent 502d0c2 commit 8333abf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aiograph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__all__ = ['Telegraph', 'types', 'utils', 'exceptions']
77

8-
__version__ = '0.1b3'
8+
__version__ = '0.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def run(self):
137137
description='asynchronous Python Telegra.ph API wrapper',
138138
long_description=get_description(),
139139
classifiers=[
140-
'Development Status :: 4 - Beta',
140+
'Development Status :: 5 - Production/Stable',
141141
'Environment :: Console',
142142
'Framework :: AsyncIO',
143143
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)