Skip to content

Commit d85bf1e

Browse files
author
Sergei Beilin (Fyndiq AB)
committed
Bump version: 0.1.0 → 0.1.1
1 parent f956b1c commit d85bf1e

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

setup.cfg

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

@@ -14,19 +14,18 @@ exclude = */migrations/*
1414

1515
[tool:pytest]
1616
testpaths = tests
17-
norecursedirs =
18-
migrations
19-
20-
python_files =
21-
test_*.py
22-
*_test.py
23-
tests.py
24-
addopts =
25-
-ra
26-
--strict
27-
--doctest-modules
28-
--doctest-glob=\*.rst
29-
--tb=short
17+
norecursedirs =
18+
migrations
19+
python_files =
20+
test_*.py
21+
*_test.py
22+
tests.py
23+
addopts =
24+
-ra
25+
--strict
26+
--doctest-modules
27+
--doctest-glob=\*.rst
28+
--tb=short
3029

3130
[isort]
3231
force_single_line = True
@@ -36,3 +35,4 @@ default_section = THIRDPARTY
3635
forced_separate = test_sanic-rollbar
3736
not_skip = __init__.py
3837
skip = migrations
38+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*names, **kwargs):
2323

2424
setup(
2525
name='sanic-rollbar',
26-
version='0.1.0',
26+
version='0.1.1',
2727
license='MIT license',
2828
description='A Rollbar plugin for Sanic',
2929
long_description='%s\n%s' % (

0 commit comments

Comments
 (0)