Skip to content

Commit

Permalink
Change version number and reference to KERI
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
  • Loading branch information
pfeairheller committed Feb 13, 2024
1 parent add8b4f commit 07b40e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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='signifypy',
version='0.1.0-rc.1', # also change in src/signify/__init__.py
version='0.1.0', # also change in src/signify/__init__.py
license='Apache Software License 2.0',
description='Signify',
long_description="KERI Signing at the Edge Infrastructure",
Expand Down Expand Up @@ -65,7 +65,7 @@
],
python_requires='>=3.10.4',
install_requires=[
'keri>=1.1.0rc2',
'keri>=1.1.0',
'multicommand>=1.0.0',
'requests>=2.28',
'http_sfv>=0.9.8',
Expand Down
2 changes: 1 addition & 1 deletion src/signify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
main package
"""

__version__ = '0.1.0-rc.1' # also change in setup.py
__version__ = '0.1.0' # also change in setup.py

0 comments on commit 07b40e1

Please sign in to comment.