Skip to content

Commit b8a87a3

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent cd9f51e commit b8a87a3

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Changelog
2+
3+
## v1.0.0 (2026-01-04)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "hpc-tutorial"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "0.0.0"
18+
release = "1.0.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools>=77.0.3" ]
44

55
[project]
66
name = "hpc-tutorial"
7-
version = "0.0.0"
7+
version = "1.0.0"
88
description = "Compare multiple distributed computation frameworks"
99
readme = "README.md"
1010
license = "MIT"

src/hpc_tutorial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "1.0.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)