Skip to content

Commit

Permalink
Library version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashahirwar committed May 24, 2021
1 parent 2fef3ae commit 5e51f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.20.1
git+git://github.com/ravenprotocol/ravcom.git
git+git://github.com/ravenprotocol/ravcom.git@0.1-alpha
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
)

0 comments on commit 5e51f8f

Please sign in to comment.