Skip to content

Commit 5e51f8f

Browse files
Library version updated
1 parent 2fef3ae commit 5e51f8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
numpy==1.20.1
2-
git+git://github.com/ravenprotocol/ravcom.git
2+
git+git://github.com/ravenprotocol/ravcom.git@0.1-alpha

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='ravop',
5-
version='0.1',
5+
version='0.1-alpha',
66
packages=find_packages(),
77
install_requires=[
88
"numpy==1.20.1"
99
],
1010
dependency_links=[
11-
"https://github.com/ravenprotocol/ravcom.git"
11+
"https://github.com/ravenprotocol/ravcom.git@0.1-alpha"
1212
]
1313
)

0 commit comments

Comments
 (0)