Skip to content

Commit c92116e

Browse files
bump fmtstr version due to bug
--HG-- branch : scroll-frontend extra : rebase_source : 5455a30272fd07bb9d6fcd32d12c6d9ca06d245c
1 parent 98c7a31 commit c92116e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def initialize_options(self):
151151
interpreter for Unix-like operating systems.""",
152152
install_requires = [
153153
'pygments',
154-
'fmtstr>=0.0.3'
154+
'fmtstr>=0.0.4'
155155
],
156156
tests_require = ['mock'],
157157
packages = ["bpython", "bpython.test", "bpython.translations", "bpdb"],

0 commit comments

Comments
 (0)