We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeb10a commit a8ba957Copy full SHA for a8ba957
rpmbuild/SPECS/sshkm.spec
@@ -1,5 +1,5 @@
1
Name: sshkm
2
-Version: 0.1.11
+Version: 0.1.12
3
Release: 1%{?dist}
4
Summary: A Python/Django based ssh-key management tool
5
Group: Applications/System
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install
6
-version = '0.1.11'
+version = '0.1.12'
7
8
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
9
README = readme.read()
0 commit comments