diff --git a/setup.cfg b/setup.cfg index 9da162c5..44a47503 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = farm_ng_core -version = 2.0.1-dev +version = 2.2.0 description = long_description = file: README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index 3cdc0c29..48a682c0 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.0.0" +__version__ = "2.2.0" platform_cxx_flags = []