Skip to content

Commit

Permalink
Bump indy-plenum version
Browse files Browse the repository at this point in the history
- Update the indy-plenum version in preparation for a new release.

Signed-off-by: Wade Barnes <wade@neoterictech.ca>
  • Loading branch information
WadeBarnes committed Oct 26, 2022
1 parent a8fb667 commit 69cf540
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 69cf540

Please sign in to comment.