Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Sep 1, 2024
1 parent a8b0c83 commit 1a7310b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
git clone https://github.com/pylover/python-makelib.git make
sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib
make install-common editable-install
sudo cp `which bddcli-bootstrapper` /usr/local/bin
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v5
- name: Install dependencies
run: |
git clone https://github.com/pylover/python-makelib.git make
sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib
make install-common editable-install
- name: Create distributions
run: make dist
Expand Down
2 changes: 1 addition & 1 deletion yhttp/ext/dbmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .uri import DatabaseURI


__version__ = '5.0.0'
__version__ = '5.0.1'

0 comments on commit 1a7310b

Please sign in to comment.