Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x committed Mar 15, 2024
1 parent 8fc0d28 commit 992c5e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install test dependencies
run: |
python -m pip install --upgrade pip setuptools
- name: Build a source tarball
run: |
python setup.py sdist
Expand Down
2 changes: 1 addition & 1 deletion astrovascpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
limitations under the License.
"""

VERSION = "0.1.4"
VERSION = "0.1.5"
version = VERSION

0 comments on commit 992c5e8

Please sign in to comment.