From 4e3a59dd253ebc3f2225b7c5fc021964a20ed4ed Mon Sep 17 00:00:00 2001 From: Matthew Parno Date: Mon, 23 Oct 2023 13:16:51 -0400 Subject: [PATCH] Bumping version to enable pypi release. --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad93fc40..b913bd10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(MParT VERSION 2.1.1) +project(MParT VERSION 2.2.0) message(STATUS "Will install MParT to ${CMAKE_INSTALL_PREFIX}") diff --git a/pyproject.toml b/pyproject.toml index 8af537e8..5e656aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license={file="LICENSE.txt"} readme="README.md" requires-python = ">=3.7" description="A Monotone Parameterization Toolkit" -version="2.1.1" +version="2.2.0" keywords=["Measure Transport", "Monotone", "Transport Map", "Isotonic Regression", "Triangular", "Knothe-Rosenblatt"] [project.urls]