Bump version to 0.1.2 and update Python dependency version in pyproject.toml
All checks were successful
Build and Publish b64pack / build-and-publish (push) Successful in 57s
All checks were successful
Build and Publish b64pack / build-and-publish (push) Successful in 57s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "b64pack"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "CLI tool to pack, compress and encode files or folders into Base64, and restore them back."
|
||||
authors = ["0xMax42 <Mail@0xMax42.io>"]
|
||||
readme = "README.md"
|
||||
@@ -10,7 +10,7 @@ packages = [{ include = "b64pack", from = "src" }]
|
||||
b64pack = "b64pack.__main__:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
python = "^3.10"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
twine = "^6.1.0"
|
||||
|
Reference in New Issue
Block a user