Skip to content

Commit 9c4b808

Browse files
release 0.3.0
1 parent a45aef0 commit 9c4b808

File tree

4 files changed

+2
-2
lines changed

4 files changed

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

dist/schemascii-0.3.0.tar.gz

55.8 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.2.4"
7+
version = "0.3.0"
88
description = "Render ASCII-art schematics to SVG"
99
readme = "README.md"
1010
authors = [{ name = "dragoncoder047", email = "[email protected]" }]

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.2.4"
11+
__version__ = "0.3.0"
1212

1313

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

0 commit comments

Comments
 (0)