From d450571a0fa3563ead12dc8f013c949c2a5c3834 Mon Sep 17 00:00:00 2001 From: matthewholman Date: Fri, 29 Mar 2024 14:32:37 -0400 Subject: [PATCH] Updating version --- README.md | 2 +- setup.py | 4 ++-- src/assist.c | 2 +- version.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 465e797..10f8bb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Version](https://img.shields.io/badge/assist-v1.1.6-green.svg?style=flat)](https://assist.readthedocs.org) +[![Version](https://img.shields.io/badge/assist-v1.1.9-green.svg?style=flat)](https://assist.readthedocs.org) [![GPL](https://img.shields.io/badge/license-GPL-green.svg?style=flat)](https://github.com/matthewholman/blob/main/LICENSE) [![Python unit tests)](https://github.com/matthewholman/assist/actions/workflows/python.yml/badge.svg)](https://github.com/matthewholman/assist/actions/workflows/python.yml) [![C unit tests](https://github.com/matthewholman/assist/actions/workflows/c.yml/badge.svg)](https://github.com/matthewholman/assist/actions/workflows/c.yml) diff --git a/setup.py b/setup.py index 2cb5e3a..3ae4524 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ ghash = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode("ascii") ghash_arg = "-DASSISTGITHASH="+ghash except: - ghash_arg = "-DASSISTGITHASH=3e560af1462aedc404160820356ddddd6b914957" #GITHASHAUTOUPDATE + ghash_arg = "-DASSISTGITHASH=aa1cbe02ba7396da94f3f5154012b0c63e1ec2ac" #GITHASHAUTOUPDATE class build_ext(_build_ext): def finalize_options(self): @@ -89,7 +89,7 @@ def finalize_options(self): long_description = f.read() setup(name='assist', - version='1.1.7', + version='1.1.9', description='A library high accuracy ephemeris in REBOUND', long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/assist.c b/src/assist.c index 8a5537a..1ba197b 100644 --- a/src/assist.c +++ b/src/assist.c @@ -41,7 +41,7 @@ #define str(s) #s const char* assist_build_str = __DATE__ " " __TIME__; // Date and time build string. -const char* assist_version_str = "1.1.7"; // **VERSIONLINE** This line gets updated automatically. Do not edit manually. +const char* assist_version_str = "1.1.9"; // **VERSIONLINE** This line gets updated automatically. Do not edit manually. const char* assist_githash_str = STRINGIFY(ASSISTGITHASH);// This line gets updated automatically. Do not edit manually. diff --git a/version.txt b/version.txt index ee4201c..ff76093 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,3 @@ -1.1.7 +1.1.9