Skip to content

Commit 9b9ff92

Browse files
committed
Bump version to 1.0.2
1 parent 645375e commit 9b9ff92

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
⚡ Transform research papers into working code automatically
66
"""
77

8-
__version__ = "1.0.1"
8+
__version__ = "1.0.2"
99
__author__ = "DeepCode Team"
1010
__url__ = "https://github.com/HKUDS/DeepCode"
1111

@@ -18,5 +18,4 @@
1818
"__version__",
1919
"__author__",
2020
"__url__",
21-
"__description__",
2221
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read_long_description():
1313

1414
# Retrieving metadata from __init__.py
1515
def retrieve_metadata():
16-
vars2find = ["__author__", "__version__", "__url__", "__description__"]
16+
vars2find = ["__author__", "__version__", "__url__"]
1717
vars2readme = {}
1818

1919
# Use definitive path relative to setup.py location

0 commit comments

Comments
 (0)