We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3514bc1 commit d0f0bb0Copy full SHA for d0f0bb0
setup.py
@@ -13,10 +13,10 @@
13
"description":"Fuzzy Logic for Python 3",
14
"license":"MIT",
15
"url":"https://github.com/amogorkon/fuzzylogic",
16
- "version":"1.0.0",
+ "version":"1.0.1",
17
"author":"Anselm Kiefner",
18
"author_email":"fuzzylogic-pypi@anselm.kiefner.de",
19
- "python_requires":">3.6",
+ "python_requires":">=3.8",
20
"keywords":["fuzzy logic",],
21
"classifiers":[
22
"Development Status :: 4 - Beta",
src/fuzzylogic/__init__.py
@@ -1 +1 @@
1
-__version__ = (0,1,1,3)
+__version__ = (1,0,1)
0 commit comments