diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-02-01 08:35:09 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-02-01 08:35:09 +0100 |
commit | de62ae0d78aa5eefeab748e1e14b9603b0ca5794 (patch) | |
tree | de2674723f39dfff589bfc36dc40330a980d994b /setup.py | |
parent | ac954b825bf22851fad303e33bd27f76ab70c510 (diff) | |
download | epubgrep-de62ae0d78aa5eefeab748e1e14b9603b0ca5794.tar.gz |
Bump the version number to 0.7.1.0.7.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |