Skip to content

Commit

Permalink
Update package version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmitrofan committed Jun 4, 2020
1 parent 1fe7b38 commit a2f6c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7-alpine

RUN pip install stackuchin==1.2.0
RUN pip install stackuchin==1.3.0

VOLUME /project

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

here = path.abspath(path.dirname(__file__))

current_version = str('1.2.0')
current_version = str('1.3.0')

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
Expand Down
2 changes: 1 addition & 1 deletion src/stackuchin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self):

# noinspection PyMethodMayBeStatic
def version(self):
print("1.2.0")
print("1.3.0")

# noinspection PyMethodMayBeStatic
def create(self):
Expand Down

0 comments on commit a2f6c12

Please sign in to comment.