Skip to content

Commit 7db4740

Browse files
committed
0.0.4
1 parent 4d2ec05 commit 7db4740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format:
2-
black myloginpath.py setup.py
2+
black myloginpath.py
33

44
clean:
55
rm -rf build/ dist/ myloginpath.egg-info/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "myloginpath"
3-
version = "0.0.4rc1"
3+
version = "0.0.4"
44
description="MySQL login path file reader"
55

66
readme = "README.md"

0 commit comments

Comments
 (0)