We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281c59b commit 12b4715Copy full SHA for 12b4715
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
We follow Semantic Versions since the `0.1.0` release.
4
5
+
6
+## Version 0.3.1
7
8
+### Bugfixes
9
10
+- Adds `py.typed` file to be `PEP561` compatible
11
12
13
## Version 0.3.0, Renamed to `returns`
14
15
The project is renamed to `returns` and moved to `dry-python` org.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "returns"
-version = "0.3.0"
+version = "0.3.1"
description = "Make your functions return something meaningful and safe!"
license = "MIT"
returns/py.typed
0 commit comments