Skip to content

Commit 79f7468

Browse files
Bump version to 0.14.0
1 parent 58d3889 commit 79f7468

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ From v1.0.0 and on, the project will adherence strictly to Semantic Versioning.
99

1010
## [Unreleased]
1111

12+
13+
## [0.14.0]
1214
### Added
1315
- Added `phantom_padding` to `Residual`.
1416
- Added `receptive_field` property.

setup.py

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

2626
setup(
2727
name="continual-inference",
28-
version="0.13.0",
28+
version="0.14.0",
2929
description="Building blocks for Continual Inference Networks in PyTorch",
3030
long_description=long_description(),
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)