Skip to content

Commit

Permalink
Merge pull request #354 from MeasureTransport/version-bump
Browse files Browse the repository at this point in the history
Bumping version to enable pypi release.
  • Loading branch information
mparno authored Oct 23, 2023
2 parents 46e1d77 + 4e3a59d commit a43434b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a43434b

Please sign in to comment.