diff --git a/setup.cfg b/setup.cfg index db30b44..466033f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lazuardy_anfis -version = 0.0.2 +version = 0.0.3 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 cf6e686..6a731d1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="lazuardy_anfis", - version="0.0.2", + version="0.0.3", description="Adaptive Neuro Fuzzy Inference System Implementation in Python.", long_description=long_description, long_description_content_type="text/markdown",