Skip to content

Commit 2c5bb4e

Browse files
committed
Bump version number to 2.2
1 parent 04621b9 commit 2c5bb4e

10 files changed

+12
-12
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0
11+
# PyPIC Version 2.2.0
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.1.0'
69+
print 'PyPIC Version 2.2.0'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
with open(filename) as fid:
1010
content=fid.read()
1111
if '[email protected]' in content:
12-
content=content.replace('PyPIC Version 2.1.0', 'PyPIC Version 2.1.0')
12+
content=content.replace('PyPIC Version 2.2.0', 'PyPIC Version 2.2.0')
1313
with open(filename,'w') as fid:
1414
fid.write(content)
15-
15+
1616
os.system('rm *.pyold')

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.1.0
10+
# PyPIC Version 2.2.0
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

0 commit comments

Comments
 (0)