Skip to content

Commit ef2e65a

Browse files
committed
update version from patch to minor after new optional attribute and change default behavior
1 parent 06f4e8b commit ef2e65a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6-
## [1.0.3] - 2025-10-15
6+
## [1.1.0] - 2025-10-15
77

88
> **BREAKING CHANGES** - This version contains breaking changes due to keypoint-moseq upgrade and API refactoring. Please review the changes below and update your code accordingly.
99

element_moseq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Package metadata
33
"""
44

5-
__version__ = "1.0.3"
5+
__version__ = "1.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "element-moseq"
7-
version = "1.0.3"
7+
version = "1.1.0"
88
description = "Keypoint-MoSeq DataJoint Element"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)