Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Dec 7, 2020
1 parent 227afb6 commit 0333aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <mydellpc07@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 0333aaa

Please sign in to comment.