Skip to content

Commit 55a8fbd

Browse files
committed
fix: correct author name to Silas Renner and bump version to 0.1.1
- Fixed author name from 'Jose Manuel' to 'Silas Renner (VoxHash)' - Bumped version from 0.1.0 to 0.1.1 - Updated both pyproject.toml and __init__.py - Published corrected version to PyPI
1 parent b1518f9 commit 55a8fbd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

killer_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""KillerTools - A modern, cross-platform Swiss-army toolkit for developers and makers."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44
__author__ = "Silas Renner (VoxHash)"
55
__email__ = "contact@voxhash.dev"
66
__license__ = "MIT"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "killertools"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A modern, cross-platform Swiss-army toolkit for developers and makers"
9-
authors = ["Jose Manuel (VoxHash) <contact@voxhash.dev>"]
9+
authors = ["Silas Renner (VoxHash) <contact@voxhash.dev>"]
1010
license = "MIT"
1111
readme = "README.md"
1212
homepage = "https://github.com/VoxHash/KillerTools"

0 commit comments

Comments
 (0)