We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91ef84 commit de1dc48Copy full SHA for de1dc48
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "preppy524"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "Python package to preprocess data"
5
authors = ["Chimaobi Amadi <[email protected]>"]
6
license = "MIT"
@@ -28,7 +28,7 @@ pytest = "^5.4.1"
28
python-semantic-release = "^4.10.0"
29
wheel = "^0.34.2"
30
31
- [tool.semantic_release]
+ [tool.semantic_release]
32
version_variable = "preppy524/__init__.py:__version__"
33
version_source = "commit"
34
upload_to_pypi = "true"
0 commit comments