Skip to content

Commit 4ff4595

Browse files
committed
Bump version: 2.0.0 β†’ 2.0.1
1 parent bcc0106 commit 4ff4595

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55

β€ŽPVGeo/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def tryVTK():
4646
__author__ = 'Bane Sullivan'
4747
__license__ = 'BSD-3-Clause'
4848
__copyright__ = '2018, Bane Sullivan'
49-
__version__ = '2.0.0'
49+
__version__ = '2.0.1'
5050
__displayname__ = 'PVGeo'
5151

5252

β€ŽPVPlugins/PVGeo_Filters.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/PVGeo_GSLib.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/PVGeo_Grid_Tools.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/PVGeo_Model_Builder.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/PVGeo_Readers.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/PVGeo_Tunneling.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/PVGeo_UBC_Tools.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
paraview_plugin_version = '2.0.0'
1+
paraview_plugin_version = '2.0.1'
22
# This is module to import. It provides VTKPythonAlgorithmBase, the base class
33
# for all python-based vtkAlgorithm subclasses in VTK and decorators used to
44
# 'register' the algorithm with ParaView along with information about UI.

β€ŽPVPlugins/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
__author__ = 'Bane Sullivan'
1616
__license__ = 'BSD-3-Clause'
1717
__copyright__ = '2018, Bane Sullivan'
18-
__version__ = '2.0.0'
18+
__version__ = '2.0.1'

0 commit comments

Comments
Β (0)