Skip to content

Commit 23d5916

Browse files
Revert version move in pyproject.toml and update release please configuration (#11)
1 parent e9f633c commit 23d5916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[project]
22
name = "openfeature-provider-flagsmith"
3+
version = "0.1.1"
34
description = "Openfeature provider for Flagsmith"
45
authors = [
56
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }
@@ -14,7 +15,6 @@ dependencies = [
1415
[tool.poetry]
1516
requires-poetry = ">=2.0"
1617
packages = [{ include = "openfeature_flagsmith" }]
17-
version = "0.1.1"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = "^8.0.2"

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bootstrap-sha": "374e83b797fbc644ce1e5e3d14ac7acce3a9b44f",
33
"packages": {
44
".": {
5-
"release-type": "simple",
5+
"release-type": "python",
66
"changelog-path": "CHANGELOG.md",
77
"bump-minor-pre-major": false,
88
"bump-patch-for-minor-pre-major": false,

0 commit comments

Comments
 (0)