Compare commits
2 commits
7512c54d94
...
c35242bf3c
Author | SHA1 | Date | |
---|---|---|---|
c35242bf3c | |||
03a47fffbd |
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
dist/
|
||||
/dist/
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "gitcloak"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }]
|
||||
description = "Simple Python-based private frontend for GitHub repositories"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue