Skip to content

Commit b461336

Browse files
author
Donghyun Kim
committed
CHG: package version update
1 parent 781e201 commit b461336

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-library"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "Provide base template for python library"
55
authors = ["JaeyoungHeo <jay.jaeyoung@gmail.com>"]
66
maintainers = ["JaeyoungHeo <jay.jaeyoung@gmail.com>"]

src/python_library/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.4"

tests/test_python_library.py

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

33

44
def test_version():
5-
assert __version__ == "1.1.0"
5+
assert __version__ == "1.1.4"

0 commit comments

Comments
 (0)