Skip to content

Commit d08ce2a

Browse files
committed
Bump version: 0.0.1 → 0.1.0
1 parent 7c29de9 commit d08ce2a

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.1"
2+
current_version = "0.1.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
7+
## [0.1.0] - 2025-11-10
68
### Added
79

810
- Add VScode Python pytest settings
@@ -41,4 +43,5 @@ All notable changes to this project will be documented in this file.
4143
- Contributing: Development Setup, Testing, Code Style
4244
- Changelog
4345

46+
[0.1.0]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.0
4447
[0.0.1]: https://github.com/inntran/tmo-api-python/releases/tag/v0.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tmo-api"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Wrapper for The Mortgage Office API"
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

src/tmo_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__all__ = ["__version__"]
44

55
# Keep this in sync with pyproject.toml
6-
__version__ = "0.0.1"
6+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)