Skip to content

Commit 4087a66

Browse files
committed
Release v0.4.2
1 parent ea834c9 commit 4087a66

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/grpc"]
22
path = drucker/grpc
33
url = https://github.com/rekcurd/drucker-grpc-proto.git
4-
branch = master
4+
branch = v0.4.2

drucker/__init__.py

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

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

1818
from .drucker_worker import Drucker
1919
from .drucker_worker_servicer import DruckerInput, DruckerOutput, DruckerWorkerServicer

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"
1919
DEVELOPMENT_STATUS = "3 - Alpha"
2020

0 commit comments

Comments
 (0)