Skip to content

Commit

Permalink
Merge pull request #22 from photos-network/feature/bump
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
thebino authored May 9, 2021
2 parents 084217c + b45c315 commit da9250f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9
LABEL "description"="Photos.network core system"
LABEL "version"="0.2.0"
LABEL "version"="0.2.1"
LABEL "maintainer"="github.com/photos-network"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion core/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants used by Photos.network core."""
MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 0
PATCH_VERSION = 1
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER = (3, 7, 1)
Expand Down

0 comments on commit da9250f

Please sign in to comment.