Skip to content

Commit

Permalink
Remove __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 26, 2020
1 parent fe0af0a commit b46952f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion inferfuzzy/__init__.py
@@ -1 +0,0 @@
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "inferfuzzy"
version = "0.1.2"
version = "0.1.3"
description = "Fuzzy Inference System in Python"
authors = ["leynier <leynier41@gmail.com>"]
homepage = "https://github.com/leynier/inferfuzzy"
Expand Down
5 changes: 0 additions & 5 deletions tests/test_inferfuzzy.py
@@ -1,5 +0,0 @@
from inferfuzzy import __version__


def test_version():
assert __version__ == "0.1.2"

0 comments on commit b46952f

Please sign in to comment.