We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78f32f commit ebee441Copy full SHA for ebee441
3 files changed
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "rekcurd_client/grpc"]
2
path = rekcurd_client/grpc
3
url = https://github.com/rekcurd/grpc-proto.git
4
- branch = master
+ branch = v1.0.0
rekcurd_client/_version.py
@@ -1 +1 @@
-__version__ = '1.0.0a'
+__version__ = '1.0.0'
test-requirements.txt
-rekcurd>=1.0.0a0
+rekcurd>=1.0.0
coverage>=4.0.3
nose>=1.3.7
pytest
0 commit comments