diff --git a/Python_Engine/Properties/AssemblyInfo.cs b/Python_Engine/Properties/AssemblyInfo.cs index ea9517a..9aabb80 100644 --- a/Python_Engine/Properties/AssemblyInfo.cs +++ b/Python_Engine/Properties/AssemblyInfo.cs @@ -54,6 +54,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] diff --git a/Python_oM/Properties/AssemblyInfo.cs b/Python_oM/Properties/AssemblyInfo.cs index 246e771..1fb6198 100644 --- a/Python_oM/Properties/AssemblyInfo.cs +++ b/Python_oM/Properties/AssemblyInfo.cs @@ -54,6 +54,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")]