commit cb550ec4161fde2b2c3b240149904f6a70de9632
parent 76f096ae6bb03f771819ba965e351c6b796ce4fe
Author: nolash <dev@holbrook.no>
Date: Mon, 24 Aug 2020 21:45:14 +0200
Bump version
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -0,0 +1,4 @@
+0.0.2
+ - Remove license file from setup.py
+0.0.1
+ - Add otp tool
diff --git a/setup.py b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='tfa-cli-tools',
- version='0.0.1',
+ version='0.0.2',
description='CLI commands for common TFA-related operations',
author='Louis Holbrook',
author_email='dev@holbrook.no',