We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000c92d commit 5faf1dfCopy full SHA for 5faf1df
.github/workflows/force-release.yml
@@ -36,11 +36,6 @@ jobs:
36
uses: actions/setup-python@v4
37
with:
38
python-version: ${{ matrix.python-version[0] }}
39
- - name: Update version
40
- shell: bash
41
- run: |
42
- git fetch --depth=1 origin +refs/tags/*:refs/tags/*
43
- ./scripts/update-version.sh
44
- name: Build sdist
45
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version[0] == '3.7' }}
46
run: |
annlite/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.4.0'
+__version__ = '0.5.0'
2
3
from .index import AnnLite
0 commit comments