Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Nov 19, 2024
1 parent c075865 commit 5779649
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.7.9"
- name: "📦 Install Dependencies"
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.7.9"
- name: "📦 Install Dependencies"
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lazuardy_anfis
version = 0.0.6
version = 0.0.7
author = Lazuardy
author_email = [email protected]
description = Adaptive Neuro Fuzzy Inference System Implementation in Python.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="lazuardy_anfis",
version="0.0.6",
version="0.0.7",
description="Adaptive Neuro Fuzzy Inference System Implementation in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5779649

Please sign in to comment.