Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Feb 18, 2019
1 parent bdaf524 commit dfc7af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# python-databasin 0.4.2
# python-databasin 0.5.0

[![Build Status](https://travis-ci.org/consbio/python-databasin.png?branch=master)](https://travis-ci.org/consbio/python-databasin) [![Coverage Status](https://coveralls.io/repos/consbio/python-databasin/badge.svg?branch=master&service=github)](https://coveralls.io/github/consbio/python-databasin?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion databasin/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.2'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def run(self):
install_requires=['python-dateutil', 'six', 'requests', 'restle'],
url='https://github.com/consbio/python-databasin',
license='BSD',
tests_require=['pytest', 'requests-mock>=0.7.0', 'mock', 'django==1.11.*'],
tests_require=['pytest', 'requests-mock>=0.7.0', 'mock', 'django>=1.11.20,<1.12'],
cmdclass={'test': PyTest}
)

0 comments on commit dfc7af0

Please sign in to comment.