Skip to content

Commit

Permalink
release 0.7!
Browse files Browse the repository at this point in the history
  • Loading branch information
askedrelic committed Mar 19, 2013
1 parent 0cad21b commit 0b78d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libgreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Python library for the Google Reader API

__author__ = "Matt Behrens <[email protected]>"
__version__ = "0.6.4"
__version__ = "0.7.0"
__copyright__ = "Copyright (C) 2012 Matt Behrens"

from .googlereader import GoogleReader
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
),
Expand Down

0 comments on commit 0b78d37

Please sign in to comment.