Skip to content

Commit 04920b9

Browse files
authored
release 0.0.2 (#36)
1 parent 3625753 commit 04920b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
setup(
1717
name='apypie',
18-
version='0.0.1',
18+
version='0.0.2',
1919
description='Apipie bindings for Python',
2020
long_description=LONG_DESCRIPTION,
2121
long_description_content_type='text/markdown',
2222
url='https://github.com/Apipie/apypie',
2323
author='Evgeni Golov',
2424
author_email='[email protected]',
2525
classifiers=[
26-
'Development Status :: 3 - Alpha',
26+
'Development Status :: 4 - Beta',
2727
'Intended Audience :: Developers',
2828
'License :: OSI Approved :: MIT License',
2929
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)