Commit adf341bc authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Moved to 0.9.1

parent 8c5095d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ description-file = README.md

[egg_info]
#tag_build = dev
tag_svn_revision = true
#tag_svn_revision = true
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open('requirements.txt', 'r') as f:
    requires = [x.strip() for x in f if x.strip()]

version = '0.9.0'
version = '0.9.1'

setup(
    # overview    
@@ -34,7 +34,7 @@ setup(
        'Development Status :: 4 - Beta',
        'Intended Audience :: Developers',
        'Intended Audience :: Information Technology',
        'License :: OSI Approved :: GNU Lesser General Public License v2.1 (LGPLv2.1)',
        'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: 2 :: Only',
        'Topic :: Software Development :: Libraries :: Python Modules',