mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
PyPi compatilibity
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
History
|
||||
=======
|
||||
|
||||
0.1.1 (2010-05-16)
|
||||
------------------
|
||||
|
||||
* PyPi Compatibility Changes
|
||||
|
||||
0.1.0 (2010-05-16)
|
||||
------------------
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
HISTORY.rst
|
||||
README.rst
|
||||
setup.py
|
||||
gistapi/__init__.py
|
||||
gistapi/gistapi.py
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ try: import simplejson as json
|
||||
except ImportError: import json
|
||||
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__version__ = ('0', '1', '0')
|
||||
__version__ = ('0', '1', '1')
|
||||
__license__ = 'MIT'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user