Skip to content

Commit 69c36a6

Browse files
committed
Update release info
1 parent bb9898a commit 69c36a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setup(
77
name = 'code_diff',
88
packages = ['code_diff', 'code_diff.gumtree'],
9-
version = '0.1.1',
9+
version = '0.1.2',
1010
license='MIT',
1111
description = 'Fast AST based code differencing in Python',
1212
long_description = long_description,
1313
long_description_content_type="text/markdown",
1414
author = 'Cedric Richter',
1515
author_email = '[email protected]',
1616
url = 'https://github.com/cedricrupb/code_diff',
17-
download_url = 'https://github.com/cedricrupb/code_diff/archive/refs/tags/v0.1.1.tar.gz',
17+
download_url = 'https://github.com/cedricrupb/code_diff/archive/refs/tags/v0.1.2.tar.gz',
1818
keywords = ['code', 'differencing', 'AST', 'program', 'language processing'],
1919
install_requires=[
2020
'code-tokenize',

0 commit comments

Comments
 (0)