Skip to content

Commit b47baac

Browse files
authored
Add files via upload
1 parent 4cf2279 commit b47baac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Signal capturer.
66

77
## Installation
88

9-
Requires python version 3.6 or later.
9+
Requires python version 3.7 or later.
1010

1111
To install the latest release on [PyPI](https://pypi.org/project/python-fssignal/),
1212
simply run:

fsSignal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"
22
__doc__ = """
33
Signal capturer v{}
44
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
long_description=open(os.path.join(pwd, "README.md")).read(),
2323
long_description_content_type="text/markdown",
2424
zip_safe=False,
25-
python_requires=">=3.6.0",
25+
python_requires=">=3.7.0",
2626
classifiers=[ # https://pypi.org/pypi?%3Aaction=list_classifiers
2727
"Development Status :: 4 - Beta",
2828
"Topic :: Utilities",
2929
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.6",
3130
"Programming Language :: Python :: 3.7",
3231
"Programming Language :: Python :: 3.8",
3332
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)