Skip to content

Commit 9cb9461

Browse files
authored
Start of milestone changes for 9.0 (#189)
2 parents 4cde481 + 34ee1dc commit 9cb9461

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Python_Engine/Python_Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<AssemblyVersion>8.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>9.0.0.0</AssemblyVersion>
55
<Description>https://github.com/BHoM/Python_Toolkit</Description>
66
<Version>6.0.0</Version>
77
<Authors>BHoM</Authors>
88
<Copyright>Copyright © https://github.com/BHoM</Copyright>
99
<RootNamespace>BH.Engine.Python</RootNamespace>
10-
<FileVersion>8.3.0.0</FileVersion>
10+
<FileVersion>9.0.0.0</FileVersion>
1111
<OutputPath>..\Build\</OutputPath>
1212
</PropertyGroup>
1313
<ItemGroup>

Python_oM/Python_oM.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>8.0.0.0</AssemblyVersion>
5+
<AssemblyVersion>9.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>8.3.0.0</FileVersion>
11+
<FileVersion>9.0.0.0</FileVersion>
1212
<OutputPath>..\Build\</OutputPath>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)