From 4435a82787f7a2511f72310d31cdb288bc82ee87 Mon Sep 17 00:00:00 2001 From: Yasha Ektefaie Date: Mon, 22 Apr 2024 10:40:27 -0400 Subject: [PATCH] fixing version name --- .github/workflows/publish-to-test-pypi.yml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 66ae4f1..e53a1b6 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/spectras + url: https://pypi.org/p/spectrae permissions: id-token: write # IMPORTANT: mandatory for trusted publishing @@ -100,7 +100,7 @@ jobs: environment: name: testpypi - url: https://test.pypi.org/p/spectras + url: https://test.pypi.org/p/spectrae permissions: id-token: write # IMPORTANT: mandatory for trusted publishing diff --git a/setup.py b/setup.py index 8ca8a57..18dbb92 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='spectrae', - version='0.1.0', + version='0.1.1', description='SPECTRA: The spectral framework for model evaluation', long_description=open('README.md').read(), long_description_content_type='text/markdown',