aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-10-11 09:01:56 +0200
committerMatěj Cepl <mcepl@cepl.eu>2019-10-11 09:01:56 +0200
commitb5a7cf08178b587942c63eb119f66a5411503d1a (patch)
tree9edf919e93abd87009bba966e32c67c40c7a8296
parent80bb434a5bece0ce2f607ebaa3651e4d833a7236 (diff)
downloadepubgrep-b5a7cf08178b587942c63eb119f66a5411503d1a.tar.gz
Bump the version.0.3.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6e5a25a..e55dd19 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="epubgrep",
- version="0.2.0",
+ version="0.3.0",
description='Grep through EPub files',
author=u'Matěj Cepl',
author_email='mcepl@cepl.eu',