We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47d83c2 + 764119a commit 664abc1Copy full SHA for 664abc1
2 files changed
drucker/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
__project__ = 'drucker'
16
-__version__ = "0.4.0"
+__version__ = "0.4.1"
17
18
from .drucker_worker import Drucker
19
from .drucker_worker_servicer import DruckerInput, DruckerOutput, DruckerWorkerServicer
setup.py
@@ -14,7 +14,7 @@
from setuptools import setup
-VERSION = "0.4.0"
+VERSION = "0.4.1"
PACKAGE_NAME = "drucker"
DEVELOPMENT_STATUS = "3 - Alpha"
20
0 commit comments