Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mibanescu committed Feb 1, 2019
1 parent 3244874 commit dd8d502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -24,7 +24,7 @@

setup(
name='keyutils',
version='0.5',
version='0.6',
description='keyutils bindings for Python',
long_description=long_description,
author='Mihai Ibanescu',
Expand All @@ -35,11 +35,12 @@
classifiers=[
"Topic :: Security",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
platforms=[
"Linux",
Expand Down

0 comments on commit dd8d502

Please sign in to comment.