Skip to content

Commit fb06c70

Browse files
Update CHANGELOG and bump version
1 parent af74343 commit fb06c70

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99

10+
## [0.3.1]
11+
## Added
12+
- Support for dropout
13+
14+
1015
## [0.3.0]
1116
## Added
1217
- Support for dilation and stride in pooling

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):
2929

3030
setup(
3131
name="continual-inference",
32-
version="0.3.0",
32+
version="0.3.1",
3333
description="Building blocks for Continual Inference Networks in PyTorch",
3434
long_description=long_description(),
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)