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