Skip to content

Commit df2f8b8

Browse files
8.3 Deployment (#188)
2 parents 7369670 + 4cde481 commit df2f8b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Python_Engine/Python_Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>BHoM</Authors>
88
<Copyright>Copyright © https://github.com/BHoM</Copyright>
99
<RootNamespace>BH.Engine.Python</RootNamespace>
10-
<FileVersion>8.2.0.0</FileVersion>
10+
<FileVersion>8.3.0.0</FileVersion>
1111
<OutputPath>..\Build\</OutputPath>
1212
</PropertyGroup>
1313
<ItemGroup>

Python_Engine/Query/Directory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static string DirectoryExtensions()
4141
public static string DirectoryKernels()
4242
{
4343

44-
string dir = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.CommonApplicationData), "jupyter", "kernels");
44+
string dir = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData), "jupyter", "kernels");
4545
if (!Directory.Exists(dir))
4646
Directory.CreateDirectory(dir);
4747
return dir;

Python_oM/Python_oM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.oM.Python</RootNamespace>
11-
<FileVersion>8.2.0.0</FileVersion>
11+
<FileVersion>8.3.0.0</FileVersion>
1212
<OutputPath>..\Build\</OutputPath>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)