Skip to content

Commit 0904efe

Browse files
release 0.1.2
1 parent 8c50511 commit 0904efe

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
42.2 KB
Binary file not shown.

dist/schemascii-0.1.2.tar.gz

52.7 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.1.1"
7+
version = "0.1.2"
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
@@ -6,7 +6,7 @@
66
from .utils import XML
77
from .errors import *
88

9-
__version__ = "0.1.1"
9+
__version__ = "0.1.2"
1010

1111
default_options = {
1212
'padding': 10,

0 commit comments

Comments
 (0)