Skip to content

Commit

Permalink
release: gptsum 0.1.0
Browse files Browse the repository at this point in the history
Support for Python 3.10 warrants a new release. Also, bumping the
`Development Status` classifier from `3 - Alpha` to `4 - Beta` since
this tool should be quite stable, hence bumping minor to `0.1`.
  • Loading branch information
NicolasT committed Oct 25, 2021
1 parent 0b859eb commit 7014e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "gptsum"
version = "0.0.10"
version = "0.1.0"
description = "A tool to make disk images using GPT partitions self-verifiable"
authors = [
"Nicolas Trangez <[email protected]>",
Expand All @@ -15,7 +15,7 @@ homepage = "https://github.com/NicolasT/gptsum"
repository = "https://github.com/NicolasT/gptsum.git"
keywords = ["gpt", "diskimage", "checksum"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
Expand Down

0 comments on commit 7014e43

Please sign in to comment.