Skip to content

Commit 03edecd

Browse files
committed
Bump version to 0.1.0
1 parent 8440005 commit 03edecd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

33

4-
## [Unreleased]
4+
## [0.1.0] - 2020-04-17
5+
6+
New functionality.
57

68
### Added
79
- Add the `ExpirableObject` class to the `helpers` module.
@@ -11,7 +13,7 @@
1113
- Add the methods `split_per_week` and `split_per_month` to the `TimeWindow` class.
1214

1315

14-
## [0.0.1] - 2017-06-20
16+
## [0.0.1] - 2019-01-29
1517

1618
The initial version of the library.
1719

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='time-window',
9-
version='0.0.1',
9+
version='0.1.0',
1010
description='A Time Window library',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)