Skip to content
Snippets Groups Projects
Commit 1e325b7e authored by Keith Schulze's avatar Keith Schulze
Browse files

Bump version: 0.1.0 → 0.2.0

parent 73ad80de
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@
__author__ = """Keith Schulze"""
__email__ = 'keith.schulze@gmail.com'
__version__ = '0.1.0'
__version__ = '0.2.0'
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True
......@@ -18,25 +18,22 @@ universal = 1
exclude = docs
[coverage:run]
source =
mito
omit =
env/*
venv/*
.env/*
.venv/*
source =
mito
omit =
env/*
venv/*
.env/*
.venv/*
[aliases]
# Define setup.py command aliases here
test = pytest
[tool:pytest]
norecursedirs =
env
venv
.env
.venv
norecursedirs =
env
venv
.env
.venv
collect_ignore = ['setup.py']
......@@ -57,6 +57,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/keithschulze/mito',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment