Skip to content

Commit

Permalink
Merge pull request #4 from aserto-dev/fix_bump_version
Browse files Browse the repository at this point in the history
Fix bump version to not be dirty
  • Loading branch information
ronenh authored Feb 5, 2024
2 parents c328d4d + 34cd59a commit a3722f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ __pycache__
.pytest_cache
.vscode
.coverage
.python-version
.python-version
.ext/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-aserto"
version = "0.30.6-dirty"
version = "0.30.6"
description = "Aserto integration for Flask"
readme = "README.md"
authors = ["Aserto, Inc. <[email protected]>"]
Expand Down

0 comments on commit a3722f4

Please sign in to comment.