Skip to content

Commit 6ab7900

Browse files
author
Sharoon Thomas
committed
Release version 0.2
1 parent d50e3c6 commit 6ab7900

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

magento/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
:copyright: © 2013 by Openlabs Technologies & Consulting (P) Limited
99
:license: BSD, see LICENSE for more details.
1010
"""
11-
VERSION = '0.1.5dev'
11+
VERSION = '0.2'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name = 'magento',
1818
version=VERSION,
19-
url='http://projects.openlabs.co.in/trac/openlabs_magento',
19+
url='https://github.com/openlabs/magento/',
2020
license='GNU Affero General Public License v3',
2121
author='Sharoon Thomas, Openlabs Technologies',
2222
author_email='[email protected]',
@@ -29,7 +29,7 @@
2929
'suds>=0.3.9',
3030
],
3131
classifiers=[
32-
'Development Status :: 4 - Beta',
32+
'Development Status :: 6 - Mature',
3333
'Environment :: Web Environment',
3434
'Intended Audience :: Developers',
3535
'License :: OSI Approved :: GNU Affero General Public License v3',

0 commit comments

Comments
 (0)