Skip to content

Commit

Permalink
upgrade to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylechampley committed Feb 22, 2024
1 parent d1d00e0 commit bf54c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name='xrayphysics',
version='1.1',
version='1.2',
author='Kyle Champley',
author_email='[email protected]',
description='x-ray cross section tables, x-ray tube source simulation, beam hardening correction, and dual energy decompositon',
Expand Down
2 changes: 1 addition & 1 deletion src/xrayphysics.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf54c34

Please sign in to comment.