Skip to content

Commit f70c097

Browse files
committedNov 2, 2012
Remove junk from version-matching regex.
1 parent c5c54a4 commit f70c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
requires.append('simplejson>=2.0.9')
1010

11-
version = re.search('__version__ = "([^\']+?)"',
11+
version = re.search('__version__ = "(.+?)"',
1212
open('episoderenamer.py').read()).group(1)
1313

1414
setup(

0 commit comments

Comments
 (0)
Please sign in to comment.