From d52d8797e584b1b914e6fde17688dbf2b98854d5 Mon Sep 17 00:00:00 2001 From: sophiafarrell Date: Mon, 11 Apr 2022 19:35:59 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.1=20=E2=86=92=201.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- setup.py | 2 +- src/nestpy/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6738e59..bdf49f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,6 @@ [bumpversion] -current_version = 1.5.1 +current_version = 1.5.2 files = setup.py src/nestpy/__init__.py commit = True tag = True + diff --git a/setup.py b/setup.py index 24a4bbc..e9adfc0 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def build_extension(self, ext): setup( name='nestpy', - version='1.5.1', + version='1.5.2', author='Sophia Farrell', author_email='sja5@rice.edu', description='Python bindings for the NEST noble element simulations', diff --git a/src/nestpy/__init__.py b/src/nestpy/__init__.py index 6fe4d23..fd9e45e 100644 --- a/src/nestpy/__init__.py +++ b/src/nestpy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.5.1' +__version__ = '1.5.2' __nest_version__ = '2.3.6' from .nestpy import *