Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed May 24, 2017
1 parent 4c19cf3 commit c4abc40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='webdiff',
version='0.12.1',
version='0.13.0',
description='Two-column web-based git difftool',
author='Dan Vanderkam',
author_email='danvdk@gmail.com',
Expand Down
4 changes: 2 additions & 2 deletions webdiff/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from webdiff import util
from webdiff import argparser

VERSION = '0.12.1'
VERSION = '0.13.0'


def determine_path():
Expand Down Expand Up @@ -221,7 +221,7 @@ def shutdown():
pass

Timer(0.5, shutdown).start()

return 'Shutting down...'


Expand Down

0 comments on commit c4abc40

Please sign in to comment.