Skip to content

Commit b45c370

Browse files
committed
Release v0.4.2
1 parent 30e3555 commit b45c370

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "drucker_client/grpc"]
22
path = drucker_client/grpc
33
url = https://github.com/rekcurd/drucker-grpc-proto.git
4-
branch = master
4+
branch = v0.4.2

drucker_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
__project__ = 'drucker_client'
16-
__version__ = "0.4.2a"
16+
__version__ = "0.4.2"
1717

1818
from .drucker_worker_client import DruckerWorkerClient

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from setuptools import setup
1616

17-
VERSION = "0.4.2a"
17+
VERSION = "0.4.2"
1818
PACKAGE_NAME = "drucker_client"
1919
DEVELOPMENT_STATUS = "3 - Alpha"
2020

0 commit comments

Comments
 (0)