Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keigohtr committed Dec 26, 2018
1 parent 67a4e4e commit 809fb8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "drucker/grpc"]
path = drucker/grpc
url = https://github.com/rekcurd/drucker-grpc-proto.git
branch = master
branch = v0.4.3
2 changes: 1 addition & 1 deletion drucker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

__project__ = 'drucker'
__version__ = "0.4.3a"
__version__ = "0.4.3"

from .drucker_worker import Drucker
from .drucker_worker_servicer import DruckerInput, DruckerOutput, DruckerWorkerServicer
Expand Down
2 changes: 1 addition & 1 deletion drucker/grpc
Submodule grpc updated from ee7f71 to 491d1f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from setuptools import setup

VERSION = "0.4.3a"
VERSION = "0.4.3"
PACKAGE_NAME = "drucker"
DEVELOPMENT_STATUS = "3 - Alpha"

Expand Down

0 comments on commit 809fb8d

Please sign in to comment.