From 11111a53a6cda0d4b9477d956f564784a708afa1 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 19 Oct 2021 11:25:27 -0400 Subject: [PATCH] Bump to dev version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd9221f..39449b3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup, Extension from setuptools.command.build_ext import build_ext from distutils.version import LooseVersion -VERSION = '0.2' +VERSION = '0.2.1dev' with open('interface/teqpversion.hpp','w') as fpver: fpver.write(f'#include <string>\nconst std::string TEQPVERSION = "{VERSION}";') -- GitLab