Skip to content

Commit 1a7310b

Browse files
committed
v5.0.1
1 parent a8b0c83 commit 1a7310b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Install dependencies
4343
run: |
44-
git clone https://github.com/pylover/python-makelib.git make
44+
sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib
4545
make install-common editable-install
4646
sudo cp `which bddcli-bootstrapper` /usr/local/bin
4747
- name: Lint

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
- name: Install dependencies
1919
run: |
20-
git clone https://github.com/pylover/python-makelib.git make
20+
sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib
2121
make install-common editable-install
2222
- name: Create distributions
2323
run: make dist

yhttp/ext/dbmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .uri import DatabaseURI
66

77

8-
__version__ = '5.0.0'
8+
__version__ = '5.0.1'

0 commit comments

Comments
 (0)