From bf54c34380a538a27a016a70e64caf5c0b31dfa1 Mon Sep 17 00:00:00 2001 From: kylechampley Date: Thu, 22 Feb 2024 15:00:49 -0800 Subject: [PATCH] upgrade to v1.2 --- setup.py | 2 +- src/xrayphysics.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bcc6145..6ad7ad9 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='xrayphysics', - version='1.1', + version='1.2', author='Kyle Champley', author_email='champley@gmail.com', description='x-ray cross section tables, x-ray tube source simulation, beam hardening correction, and dual energy decompositon', diff --git a/src/xrayphysics.h b/src/xrayphysics.h index 67baaf0..71bdea2 100644 --- a/src/xrayphysics.h +++ b/src/xrayphysics.h @@ -5,7 +5,7 @@ #pragma once #endif -#define XRAY_PHYSICS_VERSION "1.1" +#define XRAY_PHYSICS_VERSION "1.2" #include "xsec.h" #include "xscatter.h"