From 0333aaa38adbd89a4af76e1d0152f5d7b03c5277 Mon Sep 17 00:00:00 2001 From: Arunanshu Biswas Date: Mon, 7 Dec 2020 18:09:13 +0530 Subject: [PATCH] version increment --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac71af8e..e09e3176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyflocker" -version = "0.2.5" +version = "0.2.6" description = "Python Cryptographic (File Locking) Library" authors = ["Arunanshu Biswas "] license = "MIT" diff --git a/setup.py b/setup.py index 4565d001..82153f10 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="PyFLocker", - version="0.2.5", + version="0.2.6", author="Arunanshu Biswas", author_email="mydellpc07@gmail.com", packages=find_packages(exclude=["tests"]),