Skip to content

Commit

Permalink
Merge pull request #1788 from WadeBarnes/ubuntu-20.04-upgrade
Browse files Browse the repository at this point in the history
Bump indy-plenum version
  • Loading branch information
WadeBarnes authored Oct 26, 2022
2 parents a8fb667 + 69cf540 commit da91d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
libgflags-dev
pip install packaging \
importlib_metadata==3.10.1 \
indy-plenum==1.13.1rc2 \
indy-plenum==1.13.1rc3 \
pyzmq==22.3.0
- name: Prepare package and set version
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(BASE_DIR, ['data/nssm_original.exe'])
)],

install_requires=['indy-plenum==1.13.1rc2',
install_requires=['indy-plenum==1.13.1rc3',
# importlib-metadata needs to be pinned to 3.10.1 because from v4.0.0 the package
# name ends in python3-importlib-metadata_0.0.0_amd64.deb
# see also build-scripts/ubuntu-2004/build-3rd-parties.sh
Expand Down

0 comments on commit da91d5c

Please sign in to comment.