Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Clean up setup.py, bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Clarke committed Jan 6, 2012
1 parent 4111109 commit 8aac587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
*.egg
*.egg-info
build/
dist/
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,8 +3,8 @@
from setuptools import setup, find_packages

setup(
name='python-phabricator',
version='0.1.0',
name='phabricator',
version='0.1.1',
author='DISQUS',
author_email='mike@disqus.com',
url='http://github.com/disqus/python-phabricator',
Expand Down

0 comments on commit 8aac587

Please sign in to comment.