Skip to content

Commit

Permalink
vbump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfolkens committed Oct 22, 2017
1 parent f86e74b commit a1dcf8d
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
Expand Up @@ -3,7 +3,7 @@

setup(
name='MarketProfile',
version='0.1.0',
version='0.1.1',
author='Brad Folkens',
author_email='bfolkens@gmail.com',
packages=find_packages(where="src"),
Expand All @@ -14,7 +14,7 @@
long_description=open('README.rst').read(),
install_requires=[
"numpy >= 1.13.0",
"pandas == 0.19.2",
"pandas >= 0.19.2",
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit a1dcf8d

Please sign in to comment.