Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
simonkowallik committed Aug 5, 2020
1 parent 03bfecb commit f9997df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion as3ninja/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Simon Kowallik"""
__email__ = "[email protected]"
__version__ = "0.5.0" # pyproject.toml
__version__ = "0.5.1" # pyproject.toml
__projectname__ = "AS3 Ninja"
# pylint: disable=line-too-long
__description__ = "AS3 Ninja is a templating and validation engine for your AS3 declarations providing a CLI and Swagger REST API."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "as3ninja"

version = "0.5.0" # as3ninja/__init__.py -> __version__
version = "0.5.1" # as3ninja/__init__.py -> __version__
license = "ISC"
description = "AS3 Ninja is a templating and validation engine for your AS3 declarations providing a CLI and Swagger REST API"
readme = "README.md"
Expand Down

0 comments on commit f9997df

Please sign in to comment.