From 426d42fc8fe676f97d16c421bfcb4e4230f67420 Mon Sep 17 00:00:00 2001 From: XHJ-Keai Date: Tue, 10 Nov 2020 20:19:24 +0800 Subject: [PATCH 1/4] change to v0.1.1 --- HISTORY.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c2119e6..523aae2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,5 +4,9 @@ History 0.1.0 (2020-10-15) ------------------ - * First release on PyPI. + +0.0.1 (2020-11-10) +------------------ +* [add] add basic data and methods + From 7959a6ced6db6d9a16934a46fce76bcb50bb903a Mon Sep 17 00:00:00 2001 From: XHJ-Keai Date: Tue, 10 Nov 2020 20:22:47 +0800 Subject: [PATCH 2/4] change to v0.1.1 --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 523aae2..145db72 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ History ------------------ * First release on PyPI. -0.0.1 (2020-11-10) +0.1.1 (2020-11-10) ------------------ * [add] add basic data and methods From ba747253ab54a0a5869cc6c56cbc13a6be74415c Mon Sep 17 00:00:00 2001 From: XHJ-Keai Date: Tue, 10 Nov 2020 20:22:54 +0800 Subject: [PATCH 3/4] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcverbnet/__init__.py | 2 +- setup.cfg | 4 +--- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/funcverbnet/__init__.py b/funcverbnet/__init__.py index 1d10c1b..f1c0c8a 100644 --- a/funcverbnet/__init__.py +++ b/funcverbnet/__init__.py @@ -2,4 +2,4 @@ __author__ = """Software Engineering Laboratory of Fudan University""" __email__ = 'lmwtclmwtc@outlook.com' -__version__ = '0.1.0' +__version__ = '0.2.0' diff --git a/setup.cfg b/setup.cfg index 8983b5e..4575df9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True @@ -18,9 +18,7 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here test = pytest [tool:pytest] collect_ignore = ['setup.py'] - diff --git a/setup.py b/setup.py index d6a3cb6..12feb36 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/FudanSELab/funcverbnet', - version='0.1.0', + version='0.2.0', zip_safe=False, ) From fea4c7a57559eed2b4d872ee1995a78c6c994d64 Mon Sep 17 00:00:00 2001 From: XHJ-Keai Date: Tue, 10 Nov 2020 20:28:08 +0800 Subject: [PATCH 4/4] [update] change to v0.1.1 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4575df9..9f025ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 12feb36..ede55fc 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/FudanSELab/funcverbnet', - version='0.2.0', + version='0.1.1', zip_safe=False, )