Skip to content
Snippets Groups Projects
Commit c16cb879 authored by Ian Bell's avatar Ian Bell
Browse files

version 0.0.2

parent 4fecf892
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ from setuptools import setup, Extension ...@@ -10,7 +10,7 @@ from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion from distutils.version import LooseVersion
VERSION = '0.0.1' VERSION = '0.0.2'
with open('interface/teqpversion.hpp','w') as fpver: with open('interface/teqpversion.hpp','w') as fpver:
fpver.write(f'#include <string>\nconst std::string TEQPVERSION = "{VERSION}";') fpver.write(f'#include <string>\nconst std::string TEQPVERSION = "{VERSION}";')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment