diff --git a/gallery/__init__.py b/gallery/__init__.py index 16d45ad..a44079f 100644 --- a/gallery/__init__.py +++ b/gallery/__init__.py @@ -18,7 +18,7 @@ Example usage: success = generate(config, verbose=True) """ -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "K. Schmidt" from gallery.api import generate diff --git a/plotstyle/pyproject.toml b/plotstyle/pyproject.toml index da96b22..1cf3fd3 100644 --- a/plotstyle/pyproject.toml +++ b/plotstyle/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "plotstyle" -version = "0.1.0" +version = "1.0.0" description = "KIT corporate-design matplotlib styling toolkit for consistent scientific figures" readme = "README.md" requires-python = ">=3.8" diff --git a/pyproject.toml b/pyproject.toml index 757e0ca..f19d1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "gallery" -version = "0.1.3" +version = "0.2.0" description = "Scientific Gallery Generator - Create responsive HTML galleries from plot collections" readme = "README.md" requires-python = ">=3.8" diff --git a/uv.lock b/uv.lock index 30f4e5f..26b5d50 100644 --- a/uv.lock +++ b/uv.lock @@ -846,7 +846,7 @@ wheels = [ [[package]] name = "gallery" -version = "0.1.3" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "argcomplete" }, @@ -2900,7 +2900,7 @@ wheels = [ [[package]] name = "plotstyle" -version = "0.1.0" +version = "1.0.0" source = { editable = "plotstyle" } dependencies = [ { name = "matplotlib", version = "3.7.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },