Skip to content

Commit 16301c1

Browse files
committed
Bump version 1.1.0
1 parent c91a6e5 commit 16301c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5"
3+
version = "1.1.0"
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.0.5"
1+
__version__ = "1.1.0"

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

0 commit comments

Comments
 (0)