Skip to content

Commit

Permalink
0.3.9: Allow deleting replacements. Doc cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevy committed Jul 31, 2016
1 parent 503f0cd commit 850b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repren
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ from __future__ import print_function
import re, sys, os, shutil, optparse, bisect

# Definitive version. Update with each release.
VERSION = "0.3.8"
VERSION = "0.3.9"

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

0 comments on commit 850b3e9

Please sign in to comment.