From 5ac72c28af82081d554abe9a157a21976f651585 Mon Sep 17 00:00:00 2001 From: KG Date: Sat, 7 Dec 2024 15:38:56 -0500 Subject: [PATCH] Update version --- README.md | 2 +- pyproject.toml | 2 +- tivars/var.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e624c61..7498e4e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Much of the functionality of this package has been ported over from [tivars_lib_ ## Installation -The current release version is `v0.9.1`. All versions require Python 3.10+ to run. +The current release version is `v0.9.2`. All versions require Python 3.10+ to run. ### As a Package diff --git a/pyproject.toml b/pyproject.toml index 77d5016..1d92b92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = ["tivars*"] [project] name = "tivars" -version = "0.9.1" +version = "0.9.2" description = "A library for interacting with TI-(e)z80 (82/83/84 series) calculator files" readme = "README.md" license = {file = "LICENSE"} diff --git a/tivars/var.py b/tivars/var.py index 9410440..dc92fec 100644 --- a/tivars/var.py +++ b/tivars/var.py @@ -53,7 +53,7 @@ def bytes(self) -> bytes: def __init__(self, model: TIModel = None, *, magic: str = None, extra: bytes = b'\x1a\x0a', product_id: int = None, - comment: str = "Created with tivars_lib_py v0.9.1", + comment: str = "Created with tivars_lib_py v0.9.2", data: bytes = None): """ Creates an empty header which targets a specified model