Skip to content

Commit 5a5ab57

Browse files
committed
Bump version: 2.6.2 → 2.6.3
1 parent 07bea95 commit 5a5ab57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pipcompilemulti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = 'Peter Demin'
44
__email__ = '[email protected]'
5-
__version__ = '2.6.2'
5+
__version__ = '2.6.3'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.2
2+
current_version = 2.6.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66

7-
VERSION = "2.6.2"
7+
VERSION = "2.6.3"
88

99

1010
README = """

0 commit comments

Comments
 (0)