Skip to content

Commit

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

# main package info
__title__ = 'deal'
__version__ = '3.6.1'
__version__ = '3.6.2'
__author__ = 'Gram Orsinium'
__license__ = 'MIT'

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

[tool.poetry]
name = "deal"
version = "3.6.1"
version = "3.6.2"
description = "Programming by contract"
license = "MIT"
authors = ["Gram <master_fess@mail.ru>"]
Expand Down Expand Up @@ -82,7 +82,7 @@ vaa = ">=0.2.1"
[tool.poetry.dev-dependencies]
# tests
coverage = "*"
isort = {version = "*", extras = ["pyproject"]}
isort = {extras = ["pyproject"], version = "*"}
marshmallow = "*"
mypy = "*"
pytest = "*"
Expand Down

0 comments on commit 8c0ec61

Please sign in to comment.