We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c54a4 commit f70c097Copy full SHA for f70c097
setup.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
requires.append('simplejson>=2.0.9')
10
11
-version = re.search('__version__ = "([^\']+?)"',
+version = re.search('__version__ = "(.+?)"',
12
open('episoderenamer.py').read()).group(1)
13
14
setup(
0 commit comments