Skip to content

Commit 3349c76

Browse files
committed
Bump version to 1.0.4
1 parent 2663fae commit 3349c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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.3'
5+
assert __version__ == '1.0.4'

0 commit comments

Comments
 (0)