Skip to content

Commit 211ceca

Browse files
author
lohanspies
committed
updated version and authors
1 parent 9e31948 commit 211ceca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ def parse_requirements(filename):
2222
if __name__ == "__main__":
2323
setup(
2424
name=PACKAGE_NAME,
25-
version="0.3",
26-
author="Will Abramson",
25+
version="0.1",
26+
author="Openmined & DIDx (Will Abramson & Lohan Spies)",
2727
description="A simple python package for controlling an aries agent through the admin-api interface",
2828
long_description=long_description,
2929
long_description_content_type="text/markdown",
30-
url="https://github.com/OpenMined/PyDentity/tree/master/libs/aries-basic-controller",
30+
url="https://github.com/didx-xyz/aries-cloudcontroller-python/tree/main/aries_cloudcontroller",
3131
packages=find_packages(),
3232
include_package_data=True,
3333
package_data={"aries_cloudcontroller": ["requirements.txt"]},

0 commit comments

Comments
 (0)