Skip to content

Commit 3dec068

Browse files
committed
Bump version: 0.48.4 → 0.49.0
1 parent 6b7711a commit 3dec068

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

inlineplz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
__author__ = "Guy Kisel"
33
__email__ = "guy.kisel@gmail.com"
4-
__version__ = "0.48.4"
4+
__version__ = "0.49.0"

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.48.4
2+
current_version = 0.49.0
33
commit = True
44
tag = True
55

@@ -12,4 +12,3 @@ universal = 1
1212

1313
[flake8]
1414
ignore = E1601,W503,E501
15-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="inlineplz",
32-
version="0.48.4",
32+
version="0.49.0",
3333
description="Inline your lint messages",
3434
long_description=readme + "\n\n" + history,
3535
author="Guy Kisel",

0 commit comments

Comments
 (0)