Skip to content

Commit

Permalink
Import setuptools explicitly and bump version to 1.0.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Apr 8, 2024
1 parent 1767bd8 commit 789dc90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
python-version: '3.x'

- name: Install Library
run: python -m pip install .
run: |
python -m pip install .
python -m pip install setuptools
- id: get_version
uses: battila7/get-version-action@v2
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="unassigner",
version="1.0.0.dev1",
version="1.0.0.dev2",
description="Bacterial species unassigner",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 789dc90

Please sign in to comment.