Skip to content

Commit

Permalink
Actualización de la versión de pyql-weather y cambio de Pre-Alpha a Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dzul authored and Alex Dzul committed Feb 28, 2015
1 parent 8d32298 commit df3433b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup

version = "0.1"
version = "0.2"
author = "Alex Dzul"
author_email = "alexexc2@gmail.com"
mainteiner = "Alex Dzul"
Expand All @@ -17,7 +17,7 @@
author_email=author_email,
url='http://www.github.com/alexdzul/pyql-weather/',
packages=['pyql', 'pyql.weather', 'pyql.geo'],
classifiers=["Development Status :: 2 - Pre-Alpha",
classifiers=["Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit df3433b

Please sign in to comment.