Skip to content

Commit 0b8dda3

Browse files
author
Måns Magnusson
committedSep 7, 2020
Bump version: 2.7.4 → 2.7.5
1 parent 68f621a commit 0b8dda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.7.4
2+
current_version = 2.7.5
33
commit = True
44
tag = True
55
tag_name = {new_version}

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def parse_reqs(req_path="./requirements.txt"):
4949
# Versions should comply with PEP440. For a discussion on
5050
# single-sourcing the version across setup.py and the project code,
5151
# see http://packaging.python.org/en/latest/tutorial.html#version
52-
version="2.7.4",
52+
version="2.7.5",
5353
description=DESCRIPTION,
5454
long_description=LONG_DESCRIPTION,
5555
# What does your project relate to? Separate with spaces.

0 commit comments

Comments
 (0)
Please sign in to comment.