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 4d2ec05 commit 7db4740Copy full SHA for 7db4740
Makefile
@@ -1,5 +1,5 @@
1
format:
2
- black myloginpath.py setup.py
+ black myloginpath.py
3
4
clean:
5
rm -rf build/ dist/ myloginpath.egg-info/
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "myloginpath"
-version = "0.0.4rc1"
+version = "0.0.4"
description="MySQL login path file reader"
6
readme = "README.md"
0 commit comments