Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taaviteska committed Nov 23, 2019
1 parent 5e435d2 commit e4d3284
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyevr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Thorgate"""
__email__ = 'code@thorgate.eu'
__version__ = '0.1.0'
__version__ = '0.2.0'


from pyevr.client import EVRClient # noqa: F401
13 changes: 4 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:pyevr/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
Expand All @@ -19,13 +15,12 @@ exclude = docs
max-line-length = 120

[aliases]
# Define setup.py command aliases here
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

[coverage:run]
omit =
# omit generated code by openapi
pyevr/openapi_client/*
omit =
pyevr/openapi_client/*

0 comments on commit e4d3284

Please sign in to comment.