Skip to content

Commit

Permalink
New bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvojcik committed May 7, 2020
1 parent 7570237 commit 5e980b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="vault-certificate-deploy",
version="1.1.1",
version="1.1.2",
packages=find_packages(),
install_requires=install_reqs,
license="GPLv3",
Expand Down
2 changes: 1 addition & 1 deletion vault_certificate_deploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__author__ = "Robert Vojcik ([email protected])"
__version__ = "1.1.1"
__version__ = "1.1.2"
__copyright__ = "OpenSource"
__license__ = "GPLv3"

Expand Down

0 comments on commit 5e980b3

Please sign in to comment.