Skip to content

Commit

Permalink
Updated to v0.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Aug 9, 2016
1 parent 90fc7d0 commit 89bb7ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions conda_rpms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# XXX: Replace with versioneer.
__version__ = '0.1.0.dev0'
__version__ = '0.9'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def extract_packages():
return packages


# XXX: Replace with versioneer.
def extract_version():
version = None
fname = os.path.join(DIR, NAME, '__init__.py')
Expand Down

0 comments on commit 89bb7ea

Please sign in to comment.