Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Sep 27, 2022
1 parent f176e74 commit 8e54016
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.0"
__version__ = "1.0.1"
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.0",
version="1.0.1",
description="Rules and cleanup policies for Artifactory",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8e54016

Please sign in to comment.