Skip to content

Commit dd70fdd

Browse files
committed
Release v0.4.1
1 parent 6493fef commit dd70fdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)