Commit bfe5eb0c by Administrator

Bump version: 0.1.1 → 0.1.2

parent 2588b417
[bumpversion] [bumpversion]
current_version = 0.1.1 current_version = 0.1.2
commit = True commit = True
tag = False tag = False
......
...@@ -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.1', version='0.1.2',
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.1' __version__ = '0.1.2'
__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