Skip to content

Commit

Permalink
Merge pull request #156 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
REL: bumped version 0.1a3
  • Loading branch information
GavinHuttley authored Aug 27, 2024
2 parents 9ad3400 + efce9fd commit 0f048bb
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install nox uv
- name: "Run nox for Python ${{ matrix.python-version }}"
run: "nox -db uv -s test-${{ matrix.python-version }}"
run: "nox -db uv -s test-${{ matrix.python-version }}" -- -m "not internet"

build:
name: Build wheel and sdist
Expand Down
2 changes: 1 addition & 1 deletion src/ensembl_lite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
filterwarnings("ignore", message="Can't drop database.*")


__version__ = "0.1a2"
__version__ = "0.1a3"

0 comments on commit 0f048bb

Please sign in to comment.