Skip to content

Commit

Permalink
Release 1.1.3 (#37)
Browse files Browse the repository at this point in the history
* Fix strategy inference for `Sequence` (#36)
  • Loading branch information
mristin authored Apr 29, 2021
1 parent ecbfc3a commit df2389a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions icontract_hypothesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
import icontract._types

# Don't forget to update the version in setup.py!
__version__ = "1.1.2"
__version__ = "1.1.3"
__author__ = "Marko Ristin"
__copyright__ = "Copyright 2020 Marko Ristin"
__copyright__ = "Copyright 2020-2021 Marko Ristin"
__license__ = "MIT"
__status__ = "Production/Stable"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name="icontract-hypothesis",
# Don't forget to update the version in __init__.py!
version="1.1.2",
version="1.1.3",
description="Combine contracts and automatic testing.",
long_description=long_description,
url="https://github.com/mristin/icontract-hypothesis",
Expand Down

0 comments on commit df2389a

Please sign in to comment.