We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd0693 commit f51e459Copy full SHA for f51e459
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-library"
3
-version = "1.0.0"
+version = "1.0.3"
4
description = "Provide base template for python library"
5
authors = ["JaeyoungHeo <jay.jaeyoung@gmail.com>"]
6
maintainers = ["JaeyoungHeo <jay.jaeyoung@gmail.com>"]
src/python_library/__init__.py
@@ -1 +1 @@
-__version__ = '1.0.0'
+__version__ = '1.0.3'
tests/test_python_library.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == '1.0.0'
+ assert __version__ == '1.0.3'
0 commit comments