Skip to content

Commit 74298bd

Browse files
committed
bumping version number to v2.2.5
1 parent 05fbf8b commit 74298bd

10 files changed

+11
-11
lines changed

Bassetti_Erskine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_OpenBoundary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_OpenBoundary_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_PEC_Boundary_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_ShortleyWeller_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_ShortleyWeller_SquareGrid_extrapolation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_Staircase_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

PyPIC_Scatter_Gather.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.4
11+
# PyPIC Version 2.2.5
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA
@@ -66,7 +66,7 @@ class PyPIC_Scatter_Gather(object):
6666
def __init__(self, x_aper=None, y_aper=None, dx=None, dy=None, xg=None, yg=None,
6767
x_min=None, x_max=None, y_min=None, y_max=None, *args, **kwargs):
6868

69-
print 'PyPIC Version 2.2.4'
69+
print 'PyPIC Version 2.2.5'
7070

7171
if xg!=None and yg!=None:
7272
assert(x_aper==None and y_aper==None and dx==None and dy==None)

change_version_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with open(filename) as fid:
1010
content=fid.read()
1111
if '[email protected]' in content:
12-
content=content.replace('PyPIC Version 2.2.4', 'PyPIC Version 2.2.4')
12+
content=content.replace('PyPIC Version 2.2.5', 'PyPIC Version 2.2.5')
1313
with open(filename,'w') as fid:
1414
fid.write(content)
1515

geom_impact_poly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyPIC Version 2.2.4
10+
# PyPIC Version 2.2.5
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

0 commit comments

Comments
 (0)