Skip to content

Commit b4d26f5

Browse files
Bump version to 0.2.2
1 parent 647af25 commit b4d26f5

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
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.2]
810
## Added
911
- Automatic conversion of batch normalisation and activation functions
1012

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.2.1",
32+
version="0.2.2",
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)