Skip to content

Commit 62cbc29

Browse files
committed
bump version to v2.3.0
1 parent 05f4d40 commit 62cbc29

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM ubuntu:16.04
88

99

1010

11-
LABEL Name=hicstuff Version=2.2.2
11+
LABEL Name=hicstuff Version=2.3.0
1212

1313
# Install python dependencies
1414
COPY * ./ /app/

hicstuff/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.2'
1+
__version__ = '2.3.0'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
name = "hicstuff"
3030

3131
MAJOR = 2
32-
MINOR = 2
33-
MAINTENANCE = 2
32+
MINOR = 3
33+
MAINTENANCE = 0
3434
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MAINTENANCE)
3535

3636
LICENSE = "GPLv3"

0 commit comments

Comments
 (0)