Skip to content

Commit 08072a9

Browse files
authored
Merge pull request #3 from walkerbdev/release/v0.2.0
Bump version: 0.1.1 → 0.2.0
2 parents 88b70dd + ee00849 commit 08072a9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = "Artifacta"
1111
copyright = "2025, Artifacta Contributors"
1212
author = "Artifacta Contributors"
13-
release = "0.1.1"
13+
release = "0.2.0"
1414

1515
# General configuration
1616
extensions = [

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "artifacta"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Universal experiment and artifact tracking — gain insights and optimize models with confidence"
99
readme = "README.md"
1010
requires-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"
167167
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
168168
serialize = ["{major}.{minor}.{patch}"]
169169
search = "{current_version}"

tracking-server/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
def cli(ctx: click.Context) -> None:
2828
"""Artifacta - Universal experiment and artifact tracking — gain insights and optimize models with confidence."""

0 commit comments

Comments
 (0)