We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e3555 commit b45c370Copy full SHA for b45c370
3 files changed
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "drucker_client/grpc"]
2
path = drucker_client/grpc
3
url = https://github.com/rekcurd/drucker-grpc-proto.git
4
- branch = master
+ branch = v0.4.2
drucker_client/__init__.py
@@ -13,6 +13,6 @@
13
# limitations under the License.
14
15
__project__ = 'drucker_client'
16
-__version__ = "0.4.2a"
+__version__ = "0.4.2"
17
18
from .drucker_worker_client import DruckerWorkerClient
setup.py
@@ -14,7 +14,7 @@
from setuptools import setup
-VERSION = "0.4.2a"
+VERSION = "0.4.2"
PACKAGE_NAME = "drucker_client"
19
DEVELOPMENT_STATUS = "3 - Alpha"
20
0 commit comments