Skip to content

Commit

Permalink
Merge pull request WebOfTrust#276 from WebOfTrust/update-keripy
Browse files Browse the repository at this point in the history
Update keripy
  • Loading branch information
m00sey authored Jul 30, 2024
2 parents 4c2e221 + a26ef4a commit f7e0890
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build-keria
build-keria:
@docker buildx build --platform=linux/amd64 --no-cache -f images/keria.dockerfile --tag weboftrust/keria:0.2.0-dev1 .
@docker buildx build --platform=linux/amd64 --no-cache -f images/keria.dockerfile --tag weboftrust/keria:0.2.0-dev3 .

publish-keria:
@docker push weboftrust/keria --all-tags
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='keria',
version='0.2.0-dev0', # also change in src/keria/__init__.py
version='0.2.0-dev3', # also change in src/keria/__init__.py
license='Apache Software License 2.0',
description='KERIA: KERI Agent in the cloud',
long_description="KERIA: KERI Agent in the cloud.",
Expand Down Expand Up @@ -75,14 +75,14 @@
],
python_requires='>=3.12.2',
install_requires=[
'hio>=0.6.12',
'keri>=1.2.0.dev8',
'mnemonic>=0.20',
'hio>=0.6.14',
'keri>=1.2.0.dev11',
'mnemonic>=0.21',
'multicommand>=1.0.0',
'falcon>=3.1.3',
'http_sfv>=0.9.8',
'dataclasses_json>=0.5.7',
'apispec>=6.3.0',
'apispec>=6.6.0',
],
extras_require={
# eg:
Expand Down
2 changes: 1 addition & 1 deletion src/keria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
main package
"""

__version__ = '0.2.0-dev0' # also change in setup.py
__version__ = '0.2.0-dev3' # also change in setup.py

0 comments on commit f7e0890

Please sign in to comment.