Skip to content

Commit 1fdb5ee

Browse files
committed
Bump version
1 parent 7c57b50 commit 1fdb5ee

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.0.4"
3+
version = "1.0.5"
44
description = "Provide base template for python library"
55
authors = ["JaeyoungHeo <[email protected]>"]
66
maintainers = ["JaeyoungHeo <[email protected]>"]

src/python_library/__init__.py

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

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.0.4"
5+
assert __version__ == "1.0.5"

0 commit comments

Comments
 (0)