We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9364f14 commit 278389bCopy full SHA for 278389b
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "transdoc"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "A simple tool for transforming Python docstrings by embedding results from Python function calls"
5
authors = ["Miguel Guthridge <[email protected]>"]
6
license = "MIT"
transdoc/__consts.py
@@ -3,4 +3,4 @@
Constants used by Transdoc
"""
-VERSION = "0.2.2"
+VERSION = "0.2.3"
0 commit comments