Skip to content

Commit a2f6c12

Browse files
Update package version to 1.3.0
1 parent 1fe7b38 commit a2f6c12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.7-alpine
22

3-
RUN pip install stackuchin==1.2.0
3+
RUN pip install stackuchin==1.3.0
44

55
VOLUME /project
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
current_version = str('1.2.0')
7+
current_version = str('1.3.0')
88

99
# Get the long description from the README file
1010
with open(path.join(here, 'README.md'), encoding='utf-8') as f:

src/stackuchin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self):
4343

4444
# noinspection PyMethodMayBeStatic
4545
def version(self):
46-
print("1.2.0")
46+
print("1.3.0")
4747

4848
# noinspection PyMethodMayBeStatic
4949
def create(self):

0 commit comments

Comments
 (0)