aesim.simba 2024.5.9a1__py3-none-win_amd64.whl → 2024.5.10a1__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v8.0": {
9
- "Simba.Data/24.05.09": {
9
+ "Simba.Data/24.05.10": {
10
10
  "dependencies": {
11
11
  "CommunityToolkit.Mvvm": "8.2.2",
12
12
  "CsvHelper": "31.0.2",
@@ -16,8 +16,8 @@
16
16
  "DeviceId.Windows": "6.6.0",
17
17
  "DotNetZip": "1.16.0",
18
18
  "SevenZipExtractor": "1.0.17",
19
- "Simba.Drawing": "24.5.9",
20
- "Simba.Helper": "24.5.9",
19
+ "Simba.Drawing": "24.5.10",
20
+ "Simba.Helper": "24.5.10",
21
21
  "System.ComponentModel.Annotations": "5.0.0",
22
22
  "System.Net.Http": "4.3.4",
23
23
  "pythonnet": "3.0.3"
@@ -627,12 +627,12 @@
627
627
  }
628
628
  }
629
629
  },
630
- "Simba.Drawing/24.5.9": {
630
+ "Simba.Drawing/24.5.10": {
631
631
  "runtime": {
632
632
  "Simba.Drawing.dll": {}
633
633
  }
634
634
  },
635
- "Simba.Helper/24.5.9": {
635
+ "Simba.Helper/24.5.10": {
636
636
  "runtime": {
637
637
  "Simba.Helper.dll": {}
638
638
  }
@@ -640,7 +640,7 @@
640
640
  }
641
641
  },
642
642
  "libraries": {
643
- "Simba.Data/24.05.09": {
643
+ "Simba.Data/24.05.10": {
644
644
  "type": "project",
645
645
  "serviceable": false,
646
646
  "sha512": ""
@@ -1149,12 +1149,12 @@
1149
1149
  "path": "system.windows.extensions/4.7.0",
1150
1150
  "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
1151
1151
  },
1152
- "Simba.Drawing/24.5.9": {
1152
+ "Simba.Drawing/24.5.10": {
1153
1153
  "type": "project",
1154
1154
  "serviceable": false,
1155
1155
  "sha512": ""
1156
1156
  },
1157
- "Simba.Helper/24.5.9": {
1157
+ "Simba.Helper/24.5.10": {
1158
1158
  "type": "project",
1159
1159
  "serviceable": false,
1160
1160
  "sha512": ""
Binary file
Binary file
Binary file
aesim/simba/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  #%% Load modules...
2
- __version__ = "2024.05.09a1"
2
+ __version__ = "2024.05.10a1"
3
3
 
4
4
  import pythonnet, clr_loader, os
5
5
  resources_folder_name = os.path.join(os.path.dirname(os.path.abspath(__file__)),'Resources')