Skip to content

Commit 664abc1

Browse files
authored
Merge pull request #15 from drucker/release-prepare/v0.4.1
Merged!
2 parents 47d83c2 + 764119a commit 664abc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0"
16+
__version__ = "0.4.1"
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.0"
17+
VERSION = "0.4.1"
1818
PACKAGE_NAME = "drucker"
1919
DEVELOPMENT_STATUS = "3 - Alpha"
2020

0 commit comments

Comments
 (0)