Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jun 2, 2023
1 parent 4d2ec05 commit 7db4740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format:
black myloginpath.py setup.py
black myloginpath.py

clean:
rm -rf build/ dist/ myloginpath.egg-info/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "myloginpath"
version = "0.0.4rc1"
version = "0.0.4"
description="MySQL login path file reader"

readme = "README.md"
Expand Down

0 comments on commit 7db4740

Please sign in to comment.