Skip to content

Commit c4abc40

Browse files
committed
bump version
1 parent 4c19cf3 commit c4abc40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='webdiff',
4-
version='0.12.1',
4+
version='0.13.0',
55
description='Two-column web-based git difftool',
66
author='Dan Vanderkam',
77
author_email='[email protected]',

webdiff/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from webdiff import util
2424
from webdiff import argparser
2525

26-
VERSION = '0.12.1'
26+
VERSION = '0.13.0'
2727

2828

2929
def determine_path():
@@ -221,7 +221,7 @@ def shutdown():
221221
pass
222222

223223
Timer(0.5, shutdown).start()
224-
224+
225225
return 'Shutting down...'
226226

227227

0 commit comments

Comments
 (0)