Compare commits

..

No commits in common. "c35242bf3c804b3406c151141c989ea23f43a059" and "7512c54d94fbbb51aae5df4a3d26c0ba3cb470b9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
venv/
*.pyc
__pycache__/
/dist/
dist/

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "gitcloak"
version = "0.0.4"
version = "0.0.3"
authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }]
description = "Simple Python-based private frontend for GitHub repositories"
readme = "README.md"