Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renanivo committed Mar 8, 2017
1 parent 51203aa commit e888ae2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
[bdist_wheel]
universal=1

[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}

[bdist_wheel]
universal = 1

[bumpversion:file:setup.py]

[coverage:run]
omit = */*/tests/*

[isort]
known_first_party=pytest_testdox
atomic=true
line_length=79
multi_line_output=3
use_parentheses=true
known_first_party = pytest_testdox
atomic = true
line_length = 79
multi_line_output = 3
use_parentheses = true
not_skip = __init__.py

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='pytest-testdox',
version='0.0.1',
version='0.1.0',
description='A testdox format reporter for pytest',
long_description=read('README.rst'),
author='Renan Ivo',
Expand Down

0 comments on commit e888ae2

Please sign in to comment.