From 5e51f8fb7593fa1f23de2335b7457e1b35d218ab Mon Sep 17 00:00:00 2001 From: Kailash Date: Mon, 24 May 2021 17:37:54 +0530 Subject: [PATCH] Library version updated --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33947ae..803aefb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy==1.20.1 -git+git://github.com/ravenprotocol/ravcom.git \ No newline at end of file +git+git://github.com/ravenprotocol/ravcom.git@0.1-alpha \ No newline at end of file diff --git a/setup.py b/setup.py index f1fb7e9..945a02e 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name='ravop', - version='0.1', + version='0.1-alpha', packages=find_packages(), install_requires=[ "numpy==1.20.1" ], dependency_links=[ - "https://github.com/ravenprotocol/ravcom.git" + "https://github.com/ravenprotocol/ravcom.git@0.1-alpha" ] )