Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed May 30, 2024
1 parent ce88330 commit ba220a9
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -6,7 +6,7 @@


setup(name='webdiff',
version='1.0.0',
version='1.0.1',
description='Two-column web-based git difftool',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdiff",
"version": "1.0.0",
"version": "1.0.1",
"description": "client-side code for webdiff",
"main": "index.js",
"author": "Dan Vanderkam ([email protected])",
Expand Down
2 changes: 1 addition & 1 deletion webdiff/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from webdiff import argparser
from webdiff import options

VERSION = '1.0.0'
VERSION = '1.0.1'


def determine_path():
Expand Down

0 comments on commit ba220a9

Please sign in to comment.