Skip to content

Commit

Permalink
__version__ = "0.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro.leites committed May 25, 2020
1 parent aa284b9 commit d313442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "topyn"
version = "0.6.0.dev"
version = "0.6.0"
description = "TOPyN: Typed Opinionated PYthon Normalizer"
authors = ["Leandro Leites Barrios <laloleites@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_topyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def test_version() -> None:
assert __version__ == "0.6.0.dev"
assert __version__ == "0.6.0"


def _run_system_exit(path: str, expected_code: int = 1) -> None:
Expand Down
2 changes: 1 addition & 1 deletion topyn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0.dev"
__version__ = "0.6.0"

0 comments on commit d313442

Please sign in to comment.