Skip to content

Commit b1e6eb9

Browse files
committed
version bump
1 parent 2ad3a9d commit b1e6eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frogmouth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__credits__ = ["Dave Pearson"]
66
__maintainer__ = "Dave Pearson"
77
__email__ = "[email protected]"
8-
__version__ = "0.3.0"
8+
__version__ = "0.3.2"
99
__licence__ = "MIT"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "frogmouth"
33
homepage = "https://github.com/Textualize/frogmouth"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
description = "A Markdown document viewer for the terminal"
66
authors = ["Dave Pearson <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)