Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Oct 21, 2020
1 parent 60102a6 commit ec69d41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions public_test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
__version__ = '0.1.0'


ANSWER = 42
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 = "public-test"
version = "0.1.0"
version = "0.1.1"
description = "Sample public project setup"
authors = [
"Digismoothie s.r.o. <[email protected]>",
Expand Down
6 changes: 1 addition & 5 deletions tests/test_public_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
from public_test import __version__, ANSWER


def test_version():
assert __version__ == '0.1.0'
from public_test import ANSWER


def test_answer():
Expand Down

0 comments on commit ec69d41

Please sign in to comment.