File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.4.4
2
+ current_version = 2.4.5
3
3
4
4
[bumpversion:file:.env]
5
5
Original file line number Diff line number Diff line change 11
11
12
12
export PROJECT_NAME = $OPEN_PROJECT_NAME
13
13
export PROJECT_DIR = " $PWD "
14
- export PROJECT_VERSION = " 2.4.4 "
14
+ export PROJECT_VERSION = " 2.4.5 "
15
15
16
16
if [ ! -d "venv" ]; then
17
17
if ! hash pyvenv 2>/dev/null; then
Original file line number Diff line number Diff line change 21
21
"""
22
22
from __future__ import absolute_import
23
23
24
- current = "2.4.4 "
24
+ current = "2.4.5 "
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def list_modules(dirname):
75
75
76
76
setup (
77
77
name = 'hug' ,
78
- version = '2.4.4 ' ,
78
+ version = '2.4.5 ' ,
79
79
description = 'A Python framework that makes developing APIs '
80
80
'as simple as possible, but no simpler.' ,
81
81
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments