Commit 49ce97cb by serfrape

Bump version: 0.1.0 → 0.1.1

parent e2cf5bf3
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = False
......@@ -18,7 +18,6 @@ universal = 1
exclude = docs
[aliases]
# Define setup.py command aliases here
test = pytest
[tool:pytest]
......
......@@ -48,6 +48,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/sfp932705/spade_bdi',
version='0.1.0',
version='0.1.1',
zip_safe=False,
)
......@@ -5,6 +5,6 @@ from . import bdi
__author__ = """Sergio Frayle Pérez"""
__email__ = 'sfp932705@gmail.com'
__version__ = '0.1.0'
__version__ = '0.1.1'
__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