Skip to content

Commit 0c8846f

Browse files
committed
updated version
1 parent cf9c985 commit 0c8846f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name='leapct',
43-
version='1.25',
43+
version='1.26',
4444
author='Kyle Champley, Hyojin Kim',
4545
4646
description='LivermorE AI Projector for Computed Tomography (LEAPCT)',

setup_AMD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
setup(
115115
name='leapct',
116-
version='1.25',
116+
version='1.26',
117117
author='Kyle Champley, Hyojin Kim',
118118
119119
description='LivermorE AI Projector for Computed Tomography (LEAPCT)',

setup_ctype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name='leapct',
43-
version='1.25',
43+
version='1.26',
4444
author='Kyle Champley, Hyojin Kim',
4545
4646
description='LivermorE AI Projector for Computed Tomography (LEAPCT)',

src/tomographic_models.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#pragma once
1414
#endif
1515

16-
#define LEAP_VERSION "1.25"
16+
#define LEAP_VERSION "1.26"
1717

1818
/*
1919
#include <iostream>

0 commit comments

Comments
 (0)