Skip to content

Commit 850b3e9

Browse files
committed
0.3.9: Allow deleting replacements. Doc cleanups.
1 parent 503f0cd commit 850b3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ from __future__ import print_function
112112
import re, sys, os, shutil, optparse, bisect
113113

114114
# Definitive version. Update with each release.
115-
VERSION = "0.3.8"
115+
VERSION = "0.3.9"
116116

117117
DESCRIPTION = "repren: Multi-pattern string replacement and file renaming"
118118
LONG_DESCRIPTION = __doc__.split("Patterns:")[0].strip()

0 commit comments

Comments
 (0)