Skip to content

Commit

Permalink
Merge pull request #200 from SmithSamuelM/master
Browse files Browse the repository at this point in the history
update version and dependencies for new package version pypi
  • Loading branch information
SmithSamuelM authored Jun 17, 2022
2 parents 555df7e + 844e460 commit ce3a919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from setuptools import find_packages, setup
setup(
name='keri',
version='0.6.6', # also change in src/keri/__init__.py
version='0.6.7', # also change in src/keri/__init__.py
license='Apache Software License 2.0',
description='Key Event Receipt Infrastructure',
long_description="KERI Decentralized Key Management Infrastructure",
Expand Down Expand Up @@ -71,26 +71,26 @@
python_requires='>=3.10.4',
install_requires=[
'lmdb>=1.3.0',
'pysodium>=0.7.11',
'pysodium>=0.7.12',
'blake3>=0.3.1',
'msgpack>=1.0.3',
'msgpack>=1.0.4',
'cbor2>=5.4.3',
'multidict>=6.0.2',
'ordered-set>=4.1.0',
'hio>=0.6.0',
'hio>=0.6.7',
'multicommand>=1.0.0',
'jsonschema>=4.5.0',
'jsonschema>=4.6.0',
'falcon>=3.1.0',
'daemonocle>=1.2.3',
'hjson>=3.0.2',
'PyYaml>=6.0',
'apispec>=5.2.1',
'apispec>=5.2.2',
'mnemonic>=0.20'
],
extras_require={
},
tests_require=[
'coverage>=6.3.2',
'coverage>=6.4.1',
'pytest>=7.1.2',
],
setup_requires=[
Expand Down
2 changes: 1 addition & 1 deletion src/keri/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-

__version__ = '0.6.6' # also change in setup.py
__version__ = '0.6.7' # also change in setup.py


0 comments on commit ce3a919

Please sign in to comment.