Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Sep 29, 2023
1 parent 298ab0e commit 16f3f15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0`. All versions require Python 3.10+ to run.
The current release version is `v0.8.1`. All versions require Python 3.10+ to run.

### As a Package

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["tivars*"]

[project]
name = "tivars"
version = "0.8.0"
version = "0.8.1"
description = "A library for interacting with TI-(e)z80 (82/83/84 series) calculator files"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion tivars/var.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.8.0",
comment: str = "Created with tivars_lib_py v0.8.1",
data: bytes = None):
"""
Creates an empty header which targets a specified model
Expand Down

0 comments on commit 16f3f15

Please sign in to comment.