Skip to content

Commit 09eac27

Browse files
committedNov 14, 2019
version 0.4.0
1 parent 6f5b064 commit 09eac27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
9+
## [0.4.0] - 2019-11-14
1010

1111
### Changed
1212
- units: DataSize - return 'byte' and 'MiB' instead of '1 byte' and '1 MiB'

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name='weka-easypy',
10-
version='0.3.1',
10+
version='0.4.0',
1111
description='easypy is a collection of python modules that makes developers happy',
1212
author='Ofer Koren',
1313
author_email='koreno@gmail.com',

0 commit comments

Comments
 (0)
Please sign in to comment.