We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95059d1 commit 325c242Copy full SHA for 325c242
inlineplz/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
__author__ = "Guy Kisel"
3
__email__ = "guy.kisel@gmail.com"
4
-__version__ = "0.46.6"
+__version__ = "0.46.7"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.46.6
+current_version = 0.46.7
commit = True
tag = True
5
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name="inlineplz",
32
- version="0.46.6",
+ version="0.46.7",
33
description="Inline your lint messages",
34
long_description=readme + "\n\n" + history,
35
author="Guy Kisel",
0 commit comments