File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " datastar-py"
3
- version = " 0.1.0"
4
3
description = " Helper functions and classes for the Datastar library (https://data-star.dev/)"
5
4
readme = " README.md"
6
5
authors = [
7
6
{
name =
" Felix Ingram" ,
email =
" [email protected] " }
8
7
]
9
8
requires-python = " >=3.9"
10
9
dependencies = []
10
+ dynamic =[" version" ]
11
11
12
12
[build-system ]
13
13
requires = [" hatchling" ]
@@ -23,6 +23,12 @@ dev = [
23
23
" uvicorn>=0.32.1" ,
24
24
]
25
25
26
+ [tool .hatch .version ]
27
+ path = " src/datastar_py/__about__.py"
28
+
29
+ [[tool .bumpversion .files ]]
30
+ filename = " src/datastar_py/__about__.py"
31
+
26
32
[tool .bumpversion ]
27
33
current_version = " 0.2.0"
28
34
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
@@ -32,7 +38,7 @@ replace = "{new_version}"
32
38
regex = false
33
39
ignore_missing_version = false
34
40
ignore_missing_files = false
35
- tag = true
41
+ tag = false
36
42
sign_tags = false
37
43
tag_name = " v{new_version}"
38
44
tag_message = " Bump version: {current_version} → {new_version}"
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2024-present Felix Ingram <[email protected] >
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+ __version__ = "0.2.0"
You can’t perform that action at this time.
0 commit comments