8000 bumping the version (#50) · arangodb/python-arango-async@ca57e80 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca57e80

Browse files
authored
bumping the version (#50)
1 parent b4c3466 commit ca57e80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
fetch-tags: true
17-
ref: ${{ github.event.release.tag_name }}
1817

1918
- uses: actions/setup-python@v4
2019
with:

arangoasync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)
0