Skip to content

Commit 5ac72c2

Browse files
committed
Update version
1 parent 8c3ebe2 commit 5ac72c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Much of the functionality of this package has been ported over from [tivars_lib_
66

77
## Installation
88

9-
The current release version is `v0.9.1`. All versions require Python 3.10+ to run.
9+
The current release version is `v0.9.2`. All versions require Python 3.10+ to run.
1010

1111
### As a Package
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = ["tivars*"]
1111

1212
[project]
1313
name = "tivars"
14-
version = "0.9.1"
14+
version = "0.9.2"
1515
description = "A library for interacting with TI-(e)z80 (82/83/84 series) calculator files"
1616
readme = "README.md"
1717
license = {file = "LICENSE"}

tivars/var.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def bytes(self) -> bytes:
5353

5454
def __init__(self, model: TIModel = None, *,
5555
magic: str = None, extra: bytes = b'\x1a\x0a', product_id: int = None,
56-
comment: str = "Created with tivars_lib_py v0.9.1",
56+
comment: str = "Created with tivars_lib_py v0.9.2",
5757
data: bytes = None):
5858
"""
5959
Creates an empty header which targets a specified model

0 commit comments

Comments
 (0)