Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 authored Feb 23, 2023
1 parent 8c50511 commit 0904efe
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added dist/schemascii-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/schemascii-0.1.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "schemascii"
version = "0.1.1"
version = "0.1.2"
description = "Render ASCII-art schematics to SVG"
readme = "README.md"
authors = [{ name = "dragoncoder047", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion schemascii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .utils import XML
from .errors import *

__version__ = "0.1.1"
__version__ = "0.1.2"

default_options = {
'padding': 10,
Expand Down
Loading

0 comments on commit 0904efe

Please sign in to comment.