Skip to content

Commit 457e461

Browse files
release 0.3.1 - bug fix
1 parent 2f17911 commit 457e461

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
45.8 KB
Binary file not shown.

dist/schemascii-0.3.1.tar.gz

55.9 KB
Binary file not shown.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "schemascii"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Render ASCII-art schematics to SVG"
99
readme = "README.md"
1010
authors = [{ name = "dragoncoder047", email = "101021094+dragoncoder047@users.noreply.github.com" }]

schemascii/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .utils import XML
99
from .errors import *
1010

11-
__version__ = "0.3.0"
11+
__version__ = "0.3.1"
1212

1313

1414
def render(filename: str, text: str = None, **options) -> str:

0 commit comments

Comments
 (0)