We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7711a commit 3dec068Copy full SHA for 3dec068
inlineplz/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
__author__ = "Guy Kisel"
3
__email__ = "guy.kisel@gmail.com"
4
-__version__ = "0.48.4"
+__version__ = "0.49.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.48.4
+current_version = 0.49.0
commit = True
tag = True
5
@@ -12,4 +12,3 @@ universal = 1
12
13
[flake8]
14
ignore = E1601,W503,E501
15
-
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name="inlineplz",
32
- version="0.48.4",
+ version="0.49.0",
33
description="Inline your lint messages",
34
long_description=readme + "\n\n" + history,
35
author="Guy Kisel",
0 commit comments