Skip to content

Commit 5faf1df

Browse files
committed
chore: regular release
1 parent 000c92d commit 5faf1df

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/force-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
uses: actions/setup-python@v4
3737
with:
3838
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
4439
- name: Build sdist
4540
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version[0] == '3.7' }}
4641
run: |

annlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.5.0'
22

33
from .index import AnnLite

0 commit comments

Comments
 (0)