Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Nov 5, 2020
1 parent 7db8053 commit 46ab025
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.4"
version = "0.2.5"
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.4",
version="0.2.5",
author="Arunanshu Biswas",
author_email="mydellpc07@gmail.com",
packages=find_packages(exclude=["tests"]),
Expand Down

0 comments on commit 46ab025

Please sign in to comment.