Skip to content

Commit 648394a

Browse files
authored
Merge pull request #21 from dhidas/dev
python 2.7 init fix
2 parents ed33bc6 + 1b36f14 commit 648394a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ conda install -n root git
2626
conda install -n root pyyaml
2727
2828
# Download OSCARS
29-
git clone https://github.com/dhidas/OSCARS -b 1.36.04
29+
git clone https://github.com/dhidas/OSCARS -b 1.36.06
3030
3131
# Create a new "conda environment" and install the required Python packages.
3232
cd OSCARS
@@ -68,7 +68,7 @@ conda install -n root git
6868
conda install -n root pyyaml
6969
7070
# Download OSCARS
71-
git clone https://github.com/dhidas/OSCARS -b 1.36.04
71+
git clone https://github.com/dhidas/OSCARS -b 1.36.06
7272
7373
# Create a new "conda environment" and install the required Python packages.
7474
cd OSCARS

include/Version.h

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

99
#define OSCARS_VMAJOR 1
1010
#define OSCARS_VMINOR 36
11-
#define OSCARS_REVISION 4
11+
#define OSCARS_REVISION 6
1212

1313
namespace OSCARS {
1414

oscars/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__all__ = ["sr", "th", "parametric_surfaces", "plots_mpl", "plots3d_mpl"]

setup.py

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

5555
setup(
5656
name="oscars",
57-
version="1.36.04",
57+
version="1.36.06",
5858
description = 'Open Source Code for Advanced Radiation Simulation',
5959
author = 'Dean Andrew Hidas',
6060
author_email = '[email protected]',

setup_gpu.py

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

6161
setup(
6262
name="oscars",
63-
version="1.36.04",
63+
version="1.36.06",
6464
description = 'Open Source Code for Advanced Radiation Simulation',
6565
author = 'Dean Andrew Hidas',
6666
author_email = '[email protected]',

0 commit comments

Comments
 (0)