Skip to content

Commit 2ba3681

Browse files
committed
Bump version: 3.2.1 → 3.2.2
1 parent 6e31833 commit 2ba3681

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__ = '3.2.1'
5+
__version__ = '3.2.2'

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 = 3.2.1
2+
current_version = 3.2.2
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 = "3.2.1"
7+
VERSION = "3.2.2"
88

99

1010
README = """

0 commit comments

Comments
 (0)