From b7fb42b30033542d3373cb2c049311671344a881 Mon Sep 17 00:00:00 2001 From: Ezra Lazuardy Date: Fri, 15 Nov 2024 13:01:42 +0700 Subject: [PATCH] feat: update --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 987e98a..308f06c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lazuardy_anfis -version = 0.0.4 +version = 0.0.5 author = Lazuardy author_email = contact@lazuardy.tech description = Adaptive Neuro Fuzzy Inference System Implementation in Python. diff --git a/setup.py b/setup.py index 3cc325c..dc4e162 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="lazuardy_anfis", - version="0.0.4", + version="0.0.5", description="Adaptive Neuro Fuzzy Inference System Implementation in Python.", long_description=long_description, long_description_content_type="text/markdown",