Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanparys committed Feb 20, 2020
1 parent 940eaaf commit d77a656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.3
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['numpy',
'python-lzf @ https://github.com/rubenvanparys/pypcd/releases/download/0.1.2/python_lzf-0.2.4-cp36-cp36m-linux_x86_64.whl']
requirements = ['numpy',
'python-lzf @ https://github.com/rubenvanparys/pypcd/releases/download/0.1.3/python_lzf-0.2.4-cp36-cp36m-linux_x86_64.whl']

setup_requirements = ['pytest-runner', ]

Expand Down Expand Up @@ -44,7 +44,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/dimatura/pypcd',
version='0.1.1',
version='0.1.3',
zip_safe=False,
data_files=[('config', ['HISTORY.rst'])]
)

0 comments on commit d77a656

Please sign in to comment.