Skip to content

Commit b7da42d

Browse files
bumpversion to 0.9.0 (#64)
1 parent 22879e0 commit b7da42d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.1
2+
current_version = 0.9.0
33
commit = False
44
tag = False
55

logging_format/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from logging_format.whitelist import Whitelist
77

88

9-
__version__ = "0.8.1"
9+
__version__ = "0.9.0"
1010

1111

1212
class LoggingFormatValidator(object):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages, setup
33

44
project = "flake8-logging-format"
5-
version = "0.8.1"
5+
version = "0.9.0"
66
long_description = open("README.md").read()
77

88
setup(

0 commit comments

Comments
 (0)