We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22879e0 commit b7da42dCopy full SHA for b7da42d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.1
+current_version = 0.9.0
3
commit = False
4
tag = False
5
logging_format/api.py
@@ -6,7 +6,7 @@
6
from logging_format.whitelist import Whitelist
7
8
9
-__version__ = "0.8.1"
+__version__ = "0.9.0"
10
11
12
class LoggingFormatValidator(object):
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
project = "flake8-logging-format"
-version = "0.8.1"
+version = "0.9.0"
long_description = open("README.md").read()
setup(
0 commit comments