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",