We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce88330 commit ba220a9Copy full SHA for ba220a9
setup.py
@@ -6,7 +6,7 @@
6
7
8
setup(name='webdiff',
9
- version='1.0.0',
+ version='1.0.1',
10
description='Two-column web-based git difftool',
11
long_description=long_description,
12
long_description_content_type='text/markdown',
ts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdiff",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "client-side code for webdiff",
5
"main": "index.js",
"author": "Dan Vanderkam ([email protected])",
webdiff/app.py
@@ -31,7 +31,7 @@
31
from webdiff import argparser
32
from webdiff import options
33
34
-VERSION = '1.0.0'
+VERSION = '1.0.1'
35
36
37
def determine_path():
0 commit comments