Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylechampley committed Jul 2, 2024
1 parent 488b62f commit b033821
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

setup(
name='leapct',
version='1.15',
version='1.16',
author='Kyle Champley, Hyojin Kim',
author_email='champley@gmail.com, hkim@llnl.gov',
description='LivermorE AI Projector for Computed Tomography (LEAPCT)',
Expand Down
2 changes: 1 addition & 1 deletion setup_AMD.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

setup(
name='leapct',
version='1.15',
version='1.16',
author='Kyle Champley, Hyojin Kim',
author_email='champley@gmail.com, hkim@llnl.gov',
description='LivermorE AI Projector for Computed Tomography (LEAPCT)',
Expand Down
2 changes: 1 addition & 1 deletion setup_ctype.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

setup(
name='leapct',
version='1.15',
version='1.16',
author='Kyle Champley, Hyojin Kim',
author_email='champley@gmail.com, hkim@llnl.gov',
description='LivermorE AI Projector for Computed Tomography (LEAPCT)',
Expand Down
2 changes: 1 addition & 1 deletion src/tomographic_models.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#pragma once
#endif

#define LEAP_VERSION "1.15"
#define LEAP_VERSION "1.16"

/*
#include <iostream>
Expand Down

0 comments on commit b033821

Please sign in to comment.