Skip to content

Commit

Permalink
fix: correct version string
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 12, 2024
1 parent a85dcb2 commit e39e62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: |
conda install -c conda-forge -c loop3d conda-build numpy scipy loopstructural anaconda-client -y
conda install -c conda-forge -c loop3d conda-build numpy scipy pandas geopandas shapely validators anaconda-client -y
conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda
conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda
conda install anaconda-client -y
Expand Down
2 changes: 1 addition & 1 deletion LoopDataConverter/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0-beta.0"
__version__ = "0.1.0.beta.0"

0 comments on commit e39e62b

Please sign in to comment.