From caedb0b851e3dbaa163e4c9aa7f267a5e48472ce Mon Sep 17 00:00:00 2001 From: Lee-Ping Wang Date: Mon, 25 Nov 2019 07:16:56 -0800 Subject: [PATCH] Update version number to 1.7.0 --- bin/ForceBalance.py | 2 +- devtools/conda-recipe/meta.yaml | 2 +- doc/api_header.tex | 2 +- doc/header.tex | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/ForceBalance.py b/bin/ForceBalance.py index b477805a1..51b7eff1a 100755 --- a/bin/ForceBalance.py +++ b/bin/ForceBalance.py @@ -60,7 +60,7 @@ def process(word, color): return Answer def main(): - printcool("Welcome to ForceBalance version 1.6.0! =D\nForce Field Optimization System\n\nAuthors:\nLee-Ping Wang\nYudong Qiu, Keri A. McKiernan\nJeffrey R. Wagner, Hyesu Jang, Simon Boothroyd\nArthur Vigil, Erik G. Brandt, Johnny Israeli", ansi="1", bold=True, minwidth=64) + printcool("Welcome to ForceBalance version 1.7.0! =D\nForce Field Optimization System\n\nAuthors:\nLee-Ping Wang\nYudong Qiu, Keri A. McKiernan\nJeffrey R. Wagner, Hyesu Jang, Simon Boothroyd\nArthur Vigil, Erik G. Brandt, Johnny Israeli", ansi="1", bold=True, minwidth=64) logostr = """ ,'+++ ,++++++. .:,,. diff --git a/devtools/conda-recipe/meta.yaml b/devtools/conda-recipe/meta.yaml index af7eef3d8..c4a823098 100644 --- a/devtools/conda-recipe/meta.yaml +++ b/devtools/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: forcebalance-dev - version: !!str 1.6.0 + version: !!str 1.7.0 source: path: ../.. diff --git a/doc/api_header.tex b/doc/api_header.tex index 8e24fa7cf..96c95211f 100644 --- a/doc/api_header.tex +++ b/doc/api_header.tex @@ -57,7 +57,7 @@ \vspace*{1cm} \begin{center} -{\Large ForceBalance Developer API Guide version 1.6.0}\\ +{\Large ForceBalance Developer API Guide version 1.7.0}\\ \vspace*{2cm} {\large Generated by Doxygen 1.8.11}\\ \vspace*{2.5 cm} diff --git a/doc/header.tex b/doc/header.tex index 82da2fb25..5da6cdd19 100644 --- a/doc/header.tex +++ b/doc/header.tex @@ -57,7 +57,7 @@ \vspace*{1cm} \begin{center} -{\Large ForceBalance version 1.6.0}\\ +{\Large ForceBalance version 1.7.0}\\ \vspace*{2cm} {\large Generated by Doxygen 1.8.11}\\ \vspace*{2.5 cm} diff --git a/setup.py b/setup.py index 2c30d2446..6211221e2 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ #| doc/api_header.tex |# #| bin/ForceBalance.py |# #===================================# -__version__ = "v1.6.0" +__version__ = "v1.7.0" try: # use git to find current version git_describe = subprocess.check_output(["git", "describe"]).strip()