From 40eda054caee9ff6aa2eafbf36a09f77707705c6 Mon Sep 17 00:00:00 2001 From: Guilherme <39603677+guilhermedemouraa@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:30:45 -0400 Subject: [PATCH] Revert "Increment dev version to 2.3.2-dev (#245)" (#248) --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 03c880cb..008a87cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = farm_ng_core -version = 2.3.2-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 ed556dfe..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.2-dev" +__version__ = "2.3.1" platform_cxx_flags = []