Skip to content

Commit b45c315

Browse files
committed
bump version
1 parent 1ea509d commit b45c315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9
22
LABEL "description"="Photos.network core system"
3-
LABEL "version"="0.2.0"
3+
LABEL "version"="0.2.1"
44
LABEL "maintainer"="github.com/photos-network"
55

66
WORKDIR /app

core/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Constants used by Photos.network core."""
22
MAJOR_VERSION = 0
33
MINOR_VERSION = 2
4-
PATCH_VERSION = 0
4+
PATCH_VERSION = 1
55
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
66
__version__ = f"{__short_version__}.{PATCH_VERSION}"
77
REQUIRED_PYTHON_VER = (3, 7, 1)

0 commit comments

Comments
 (0)