Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
run utils tests
  • Loading branch information
Johannes-Sahlmann committed Oct 18, 2024
1 parent 946370b commit 7c6638d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
conda config --set solver classic
conda install pytest
pytest pystrometry/tests
pytest pystrometry/utils/tests
build-linux-python-3p9:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ github_project = https://github.com/Johannes-Sahlmann/pystrometry
install_requires = astropy, linearfit>=1.0.2, matplotlib, scipy, astroquery, sympy

# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
version = 0.6.0
version = 0.6.1
# Note: you will also need to change this in your package's __init__.py
minimum_python_version = 3.7

Expand Down

0 comments on commit 7c6638d

Please sign in to comment.