Skip to content

Commit ba220a9

Browse files
committed
version bumps
1 parent ce88330 commit ba220a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='webdiff',
9-
version='1.0.0',
9+
version='1.0.1',
1010
description='Two-column web-based git difftool',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdiff",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "client-side code for webdiff",
55
"main": "index.js",
66
"author": "Dan Vanderkam ([email protected])",

webdiff/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from webdiff import argparser
3232
from webdiff import options
3333

34-
VERSION = '1.0.0'
34+
VERSION = '1.0.1'
3535

3636

3737
def determine_path():

0 commit comments

Comments
 (0)