Skip to content

Commit 961ae6d

Browse files
authored
Merge pull request #4 from radicalbit/release-please--branches--main
chore(main): release 0.5.1
2 parents 6213d20 + 738a7a7 commit 961ae6d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.5.0...v0.5.1) (2024-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **readme:** fixed cli in readme ([691f924](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/691f92491812b4d0d065d96c9a5a567b45919afd))
9+
310
## 0.5.0 (2024-07-04)
411

512
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "radicalbit-ai-monitoring"
33
# x-release-please-start-version
4-
version = "0.5.0"
4+
version = "0.5.1"
55
# x-release-please-end
66
description = "Radicalbit AI Monitoring platform installer"
77
authors = ["Radicalbit"]

radicalbit_ai_monitoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# x-release-please-start-version
6-
CLI_VERSION = "0.5.0"
6+
CLI_VERSION = "0.5.1"
77
# x-release-please-end
88
MODULE_PATH = path.abspath(path.dirname(radicalbit_ai_monitoring.__file__))
99

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

0 commit comments

Comments
 (0)