Skip to content

Commit 21c3ce8

Browse files
authored
Start of milestone changes for 8.0 (#144)
2 parents f9cde14 + 4b06bbb commit 21c3ce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python_Engine/Python_Engine.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>7.0.0.0</AssemblyVersion>
5+
<AssemblyVersion>8.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/Python_Toolkit</Description>
77
<Version>6.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.Engine.Python</RootNamespace>
11-
<FileVersion>7.3.0.0</FileVersion>
11+
<FileVersion>8.0.0.0</FileVersion>
1212
<OutputPath>..\Build\</OutputPath>
1313
</PropertyGroup>
1414

Python_oM/Python_oM.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>7.0.0.0</AssemblyVersion>
5+
<AssemblyVersion>8.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/Python_Toolkit</Description>
77
<Version>6.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.oM.Python</RootNamespace>
11-
<FileVersion>7.3.0.0</FileVersion>
11+
<FileVersion>8.0.0.0</FileVersion>
1212
<OutputPath>..\Build\</OutputPath>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)