Commit 49ce97cb by serfrape

Bump version: 0.1.0 → 0.1.1

parent e2cf5bf3
[bumpversion] [bumpversion]
current_version = 0.1.0 current_version = 0.1.1
commit = True commit = True
tag = False tag = False
...@@ -18,7 +18,6 @@ universal = 1 ...@@ -18,7 +18,6 @@ universal = 1
exclude = docs exclude = docs
[aliases] [aliases]
# Define setup.py command aliases here
test = pytest test = pytest
[tool:pytest] [tool:pytest]
......
...@@ -48,6 +48,6 @@ setup( ...@@ -48,6 +48,6 @@ setup(
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,
url='https://github.com/sfp932705/spade_bdi', url='https://github.com/sfp932705/spade_bdi',
version='0.1.0', version='0.1.1',
zip_safe=False, zip_safe=False,
) )
...@@ -5,6 +5,6 @@ from . import bdi ...@@ -5,6 +5,6 @@ from . import bdi
__author__ = """Sergio Frayle Pérez""" __author__ = """Sergio Frayle Pérez"""
__email__ = 'sfp932705@gmail.com' __email__ = 'sfp932705@gmail.com'
__version__ = '0.1.0' __version__ = '0.1.1'
__all__ = ["bdi"] __all__ = ["bdi"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment