Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 authored May 25, 2023
1 parent a45aef0 commit 9c4b808
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dist/schemascii-0.3.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/schemascii-0.3.0.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.2.4"
version = "0.3.0"
description = "Render ASCII-art schematics to SVG"
readme = "README.md"
authors = [{ name = "dragoncoder047", email = "101021094+dragoncoder047@users.noreply.github.com" }]
Expand Down
2 changes: 1 addition & 1 deletion schemascii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .utils import XML
from .errors import *

__version__ = "0.2.4"
__version__ = "0.3.0"


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

0 comments on commit 9c4b808

Please sign in to comment.