Skip to content

Commit

Permalink
bump version to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed May 8, 2020
1 parent a958cf1 commit 5315fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deal/__init__.py
Expand Up @@ -15,7 +15,7 @@

# main package info
__title__ = 'deal'
__version__ = '3.8.0'
__version__ = '3.8.1'
__author__ = 'Gram Orsinium'
__license__ = 'MIT'

Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Expand Up @@ -52,7 +52,7 @@ import_heading_localfolder = "app"

[tool.poetry]
name = "deal"
version = "3.8.0"
version = "3.8.1"
description = "Programming by contract"
license = "MIT"
authors = ["Gram <master_fess@mail.ru>"]
Expand Down Expand Up @@ -101,10 +101,7 @@ sphinx = "*"
sphinx-rtd-theme = "*"

[tool.poetry.extras]
tests = [
"coverage", "coveralls", "coverage-conditional-plugin", "pytest-cov",
"isort", "marshmallow", "mypy", "pytest", "urllib3",
]
tests = ["coverage", "coverage-conditional-plugin", "coveralls", "isort", "marshmallow", "mypy", "pytest", "pytest-cov", "urllib3"]
docs = ["m2r", "recommonmark", "sphinx", "sphinx-rtd-theme", "urllib3"]

[tool.poetry.plugins."flake8.extension"]
Expand Down

0 comments on commit 5315fe7

Please sign in to comment.