aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-02-01 08:35:09 +0100
committerMatěj Cepl <mcepl@cepl.eu>2022-02-01 08:35:09 +0100
commitde62ae0d78aa5eefeab748e1e14b9603b0ca5794 (patch)
treede2674723f39dfff589bfc36dc40330a980d994b
parentac954b825bf22851fad303e33bd27f76ab70c510 (diff)
downloadepubgrep-de62ae0d78aa5eefeab748e1e14b9603b0ca5794.tar.gz
Bump the version number to 0.7.1.0.7.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 48809b3..659c517 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="epubgrep",
- version="0.7.0",
+ version="0.7.1",
description='Grep through EPub files',
author=u'Matěj Cepl',
author_email='mcepl@cepl.eu',