From 6531bcd59ec5709f0b1906544a46a2cfd9219d19 Mon Sep 17 00:00:00 2001 From: Guilherme <39603677+guilhermedemouraa@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:44:36 -0400 Subject: [PATCH] Increment version to v2.3.1 (#244) --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 60f796b4..008a87cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = farm_ng_core -version = 2.3.1-dev +version = 2.3.1 description = long_description = file: README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index a4228d28..e882eb9f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from pybind11.setup_helpers import ParallelCompile, Pybind11Extension, build_ext from setuptools import setup -__version__ = "2.3.1-dev" +__version__ = "2.3.1" platform_cxx_flags = []