Skip to content

Commit

Permalink
Everything seems stable, version 0.2.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou committed Jul 28, 2016
1 parent cc104ee commit 46817c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getorg/core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
getorg_version = "0.1.26"
getorg_version = "0.2.0"

def handle_org_name_or_object(github_obj, org_name_or_object):
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

setup(name='getorg',
version='0.1.26',
version='0.2.0',
description='Information and analytics about GitHub organizations',
url='http://github.com/getorg/getorg',
author='Stuart Geiger',
author_email='stuart@stuartgeiger.com',
license='MIT',
packages=['getorg'],
install_requires=[
'pygithub', 'geopy', 'datetime', 'hashlib', 'json'],
'pygithub', 'geopy'],
zip_safe=False)

0 comments on commit 46817c4

Please sign in to comment.