diff options
author | rsiddharth <s@ricketyspace.net> | 2018-03-27 01:54:06 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2018-03-27 01:54:06 +0000 |
commit | fe18c156d31a63bd1adda24c8493304aea98357b (patch) | |
tree | 449b024c4b9094b7c29123651a768e385ed18c0d | |
parent | 74b8211e310684e743bade0ccf012234575708ad (diff) |
Bump to version 0.1.1.v0.1.1
* markdown_textwrap/_version.py (__versionn__): Update variable.
-rw-r--r-- | markdown_textwrap/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown_textwrap/_version.py b/markdown_textwrap/_version.py index 023173d..288aac4 100644 --- a/markdown_textwrap/_version.py +++ b/markdown_textwrap/_version.py @@ -18,4 +18,4 @@ # along with markdown-textwrap (see COPYING). If not, see # <http://www.gnu.org/licenses/>. -__version__ = '0.1.0' +__version__ = '0.1.1' |