From 0590f2907958b045c9f57010112db44802bb5f45 Mon Sep 17 00:00:00 2001 From: Allen Riddell Date: Mon, 5 Oct 2020 14:18:41 -0400 Subject: [PATCH] chore: Bump version Bump version. --- httpstan/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpstan/__init__.py b/httpstan/__init__.py index c087f45ef..312b001ca 100644 --- a/httpstan/__init__.py +++ b/httpstan/__init__.py @@ -7,4 +7,4 @@ import logging logging.getLogger("httpstan").addHandler(logging.NullHandler()) -__version__ = "2.1.0" +__version__ = "2.2.0" diff --git a/pyproject.toml b/pyproject.toml index bc81fea1b..96387dea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httpstan" -version = "2.1.0" +version = "2.2.0" description = "HTTP-based interface to Stan, a package for Bayesian inference." authors = [ "Allen Riddell ",