Skip to content

Commit 63c8164

Browse files
committed
Bump version: 0.46.8 → 0.47.0
1 parent b6d01bb commit 63c8164

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.46.8"
4+
__version__ = "0.47.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.46.8
2+
current_version = 0.47.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.46.8",
32+
version="0.47.0",
3333
description="Inline your lint messages",
3434
long_description=readme + "\n\n" + history,
3535
author="Guy Kisel",

0 commit comments

Comments
 (0)