Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 23, 2016
1 parent a5c3d2a commit 13d5395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '0.2'
version = '0.0.5'

setup(
name='ckanext-harvest',
Expand All @@ -20,7 +20,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[
# dependencies are specified in pip-requirements.txt
# dependencies are specified in pip-requirements.txt
# instead of here
],
tests_require=[
Expand Down

0 comments on commit 13d5395

Please sign in to comment.