Skip to content

Commit b867ba8

Browse files
bugfix 0.1.3
1 parent bb8ac63 commit b867ba8

File tree

4 files changed

+2
-2
lines changed

4 files changed

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

dist/schemascii-0.1.3.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.2"
7+
version = "0.1.3"
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.2"
9+
__version__ = "0.1.3"
1010

1111
default_options = {
1212
'padding': 10,

0 commit comments

Comments
 (0)