Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Jul 3, 2024
1 parent ac5ebe4 commit d81ded0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Configuration is then done by creating/editing a `config.toml` based off the exa
git clone "https://github.com/syeopite/priviblur"
cd priviblur

git checkout "v0.1.0"
git checkout "v0.2.0"

python -m venv venv
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# stdout=subprocess.PIPE
# ).stdout.decode("utf-8").split()[0].replace("-", ".")

CURRENT_VERSION = "v0.2.0-dev"
CURRENT_VERSION = "v0.2.0"

PROJECT_VERSION = f"{CURRENT_VERSION}"
VERSION = f"{CURRENT_VERSION}-{CURRENT_COMMIT}"

0 comments on commit d81ded0

Please sign in to comment.