From eab68c3e42b21530b2b6f88b11b1a22219794304 Mon Sep 17 00:00:00 2001 From: Hirotomo Moriwaki Date: Sat, 9 Sep 2017 01:13:45 +0900 Subject: [PATCH] bump version to 0.6.0 --- README.rst | 1 + mordred/_version.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f591fcc6..0fca26c1 100644 --- a/README.rst +++ b/README.rst @@ -187,6 +187,7 @@ Documentation - `master `__ - `develop `__ +- `v0.6.0 `__ - `v0.5.1 `__ - `v0.5.0 `__ - `v0.4.1 `__ diff --git a/mordred/_version.txt b/mordred/_version.txt index 4b9fcbec..a918a2aa 100644 --- a/mordred/_version.txt +++ b/mordred/_version.txt @@ -1 +1 @@ -0.5.1 +0.6.0 diff --git a/setup.py b/setup.py index c62f02d8..5dbbba04 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_test_data(): version=get_version(), description="molecular descriptor calculator", long_description=README_rst, - license="BSD3", + license="BSD-3-Clause", author="Hirotomo Moriwaki", author_email="philopon.dependence@gmail.com", url="https://github.com/mordred-descriptor/mordred",