From 037612f7d037d1c77c131603241274de0464d086 Mon Sep 17 00:00:00 2001 From: tibordome Date: Sun, 14 May 2023 17:52:38 +0100 Subject: [PATCH] Updated version number --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9f38fe2..801dc4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.4.0 [build_sphinx] source-dir = docs/source diff --git a/setup.py b/setup.py index adc6b94..f72b6d5 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def get_ext_filename(self, ext_name): # This call to setup() does all the work setup( name="cosmic_profiles", - version="1.3.1", + version="1.4.0", description="Implements 3D point cloud algorithms for estimation and fitting of shape and density profiles", long_description=README, long_description_content_type="text/x-rst",