aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-12-09 17:52:08 +0100
committerMatěj Cepl <mcepl@cepl.eu>2020-12-09 17:52:08 +0100
commit55b934da841e3c0eb7b391217280ac3470ca0fce (patch)
tree44be49ebb0f013e5c1b5ad2614a38f432c4a44e7 /setup.py
parentf9544bfe5bc10065526e2a2a81bb30a7a334b472 (diff)
downloadepubgrep-55b934da841e3c0eb7b391217280ac3470ca0fce.tar.gz
Add search in descriptions.0.6.0
Also, refactor grep_book() function not to be so damn complicated.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 804ccd4..077de0a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="epubgrep",
- version="0.5.0",
+ version="0.6.0",
description='Grep through EPub files',
author=u'Matěj Cepl',
author_email='mcepl@cepl.eu',