Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiwei2017 committed Sep 9, 2021
1 parent 0ba960f commit 82dab6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion named_enum/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define the version of the web service"""
__version__ = "1.0.2"
__version__ = "1.1.0"
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.1.0
commit = True
tag = True

Expand All @@ -8,22 +8,22 @@ ignore = F401,E501
select = B,C,E,F,W,T4
max-line-length = 99
max-complexity = 18
exclude =
.git,
__pycache__
exclude =
.git,
__pycache__

[mypy]
ignore_missing_imports = false

[tool:pytest]
doctest_encoding = latin1
testpaths = tests
addopts =
--verbose
--doctest-modules
--doctest-glob=tests/*.txt
--cov=./named_enum
--cov-report=xml
addopts =
--verbose
--doctest-modules
--doctest-glob=tests/*.txt
--cov=./named_enum
--cov-report=xml

[aliases]
test=pytest
test = pytest

0 comments on commit 82dab6d

Please sign in to comment.