Skip to content

Commit 4e4f110

Browse files
committed
Bump version: 0.49.0 → 0.50.0
1 parent 3dec068 commit 4e4f110

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.49.0"
4+
__version__ = "0.50.0"

setup.cfg

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

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.49.0",
32+
version="0.50.0",
3333
description="Inline your lint messages",
3434
long_description=readme + "\n\n" + history,
3535
author="Guy Kisel",

0 commit comments

Comments
 (0)