Skip to content

Commit

Permalink
Bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov authored Mar 6, 2023
1 parent 018dcdb commit 10118d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artifactory_cleanup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ def register(rule):
registry.register(rule)


__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="artifactory-cleanup",
version="1.0.5",
version="1.0.6",
description="Rules and cleanup policies for Artifactory",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 10118d0

Please sign in to comment.