From ebc7b0af3324bca4ec265b2b4f2151df16e756ba Mon Sep 17 00:00:00 2001 From: Keith Roberts Date: Fri, 8 Jan 2021 16:49:43 -0300 Subject: [PATCH] Release new version (#183) * updating image for EAGE and code * bump * Update setup.cfg --- README.md | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7362fbf..e7fab5de 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [3.3.0] -2021-01-08 ### Added - Ability to improve accuracy of level-set when performing 3d sliver removal. ### Improved diff --git a/setup.cfg b/setup.cfg index 1ea3953b..bc4a5c15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = SeismicMesh -version = 3.2.0 +version = 3.3.0 url = https://github.com/krober10nd/SeismicMesh author = Keith Roberts email = keithrbt0@gmail.com