From c16cb879355573e071343c6228e0d3dc5db609e3 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 3 Aug 2021 19:02:28 -0400 Subject: [PATCH] version 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb76d4f..3db38b6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, Extension from setuptools.command.build_ext import build_ext from distutils.version import LooseVersion -VERSION = '0.0.1' +VERSION = '0.0.2' with open('interface/teqpversion.hpp','w') as fpver: fpver.write(f'#include <string>\nconst std::string TEQPVERSION = "{VERSION}";') -- GitLab