Skip to content

Commit d0f0bb0

Browse files
committed
patch version push
1 parent 3514bc1 commit d0f0bb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"description":"Fuzzy Logic for Python 3",
1414
"license":"MIT",
1515
"url":"https://github.com/amogorkon/fuzzylogic",
16-
"version":"1.0.0",
16+
"version":"1.0.1",
1717
"author":"Anselm Kiefner",
1818
"author_email":"fuzzylogic-pypi@anselm.kiefner.de",
19-
"python_requires":">3.6",
19+
"python_requires":">=3.8",
2020
"keywords":["fuzzy logic",],
2121
"classifiers":[
2222
"Development Status :: 4 - Beta",

src/fuzzylogic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (0,1,1,3)
1+
__version__ = (1,0,1)

0 commit comments

Comments
 (0)