Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Nov 4, 2020
1 parent dd9701e commit 9b84275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[flake8]
ignore = F401

[metadata]
project_urls =
Source=https://github.com/arunanshub/pyflocker/
3 changes: 2 additions & 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.3",
version="0.2.4",
author="Arunanshu Biswas",
author_email="[email protected]",
packages=find_packages(exclude=["tests"]),
Expand All @@ -15,6 +15,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 9b84275

Please sign in to comment.