File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010project = "Artifacta"
1111copyright = "2025, Artifacta Contributors"
1212author = "Artifacta Contributors"
13- release = "0.1.1 "
13+ release = "0.2.0 "
1414
1515# General configuration
1616extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " artifacta"
7- version = " 0.1.1 "
7+ version = " 0.2.0 "
88description = " Universal experiment and artifact tracking — gain insights and optimize models with confidence"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -163,7 +163,7 @@ markers = [
163163
164164# Bump My Version configuration
165165[tool .bumpversion ]
166- current_version = " 0.1.1 "
166+ current_version = " 0.2.0 "
167167parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
168168serialize = [" {major}.{minor}.{patch}" ]
169169search = " {current_version}"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def get_project_root() -> Path:
2222
2323
2424@click .group (invoke_without_command = True )
25- @click .version_option (version = "0.1.1 " , prog_name = "artifacta" )
25+ @click .version_option (version = "0.2.0 " , prog_name = "artifacta" )
2626@click .pass_context
2727def cli (ctx : click .Context ) -> None :
2828 """Artifacta - Universal experiment and artifact tracking — gain insights and optimize models with confidence."""
You can’t perform that action at this time.
0 commit comments