Skip to content

Commit

Permalink
chore: regular release
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Oct 26, 2022
1 parent 000c92d commit 5faf1df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/force-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version[0] }}
- name: Update version
shell: bash
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
./scripts/update-version.sh
- name: Build sdist
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version[0] == '3.7' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion annlite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.4.0'
__version__ = '0.5.0'

from .index import AnnLite

0 comments on commit 5faf1df

Please sign in to comment.