qtmodel 0.5.35__tar.gz → 0.5.36__tar.gz

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.

Potentially problematic release.


This version of qtmodel might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qtmodel
3
- Version: 0.5.35
4
- Summary: python modeling for qt 24/11/1
3
+ Version: 0.5.36
4
+ Summary: python modeling for qt 24/11/4
5
5
  Home-page: https://github.com/Inface0443/pyqt
6
6
  Author: dqy-zhj
7
7
  Author-email: 1105417715@qq.com
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Operating System :: OS Independent
13
13
  Description-Content-Type: text/markdown
14
14
 
15
- # 最新版本 V0.5.35 - 2024.11.1
15
+ # 最新版本 V0.5.36 - 2024.11.1
16
16
  > pip install --upgrade qtmodel -i https://pypi.org/simple
17
17
  - 修改帮助文档
18
18
  ## 项目管理
@@ -1,4 +1,4 @@
1
- # 最新版本 V0.5.35 - 2024.11.1
1
+ # 最新版本 V0.5.36 - 2024.11.1
2
2
  > pip install --upgrade qtmodel -i https://pypi.org/simple
3
3
  - 修改帮助文档
4
4
  ## 项目管理
@@ -492,7 +492,6 @@ class Mdb:
492
492
  """
493
493
  try:
494
494
  qt_model.AddStructureGroup(name=name, id=index, nodeIds=node_ids, elementIds=element_ids)
495
- qt_model.UpdateModel()
496
495
  except Exception as ex:
497
496
  raise Exception(ex)
498
497
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qtmodel
3
- Version: 0.5.35
4
- Summary: python modeling for qt 24/11/1
3
+ Version: 0.5.36
4
+ Summary: python modeling for qt 24/11/4
5
5
  Home-page: https://github.com/Inface0443/pyqt
6
6
  Author: dqy-zhj
7
7
  Author-email: 1105417715@qq.com
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Operating System :: OS Independent
13
13
  Description-Content-Type: text/markdown
14
14
 
15
- # 最新版本 V0.5.35 - 2024.11.1
15
+ # 最新版本 V0.5.36 - 2024.11.1
16
16
  > pip install --upgrade qtmodel -i https://pypi.org/simple
17
17
  - 修改帮助文档
18
18
  ## 项目管理
@@ -7,10 +7,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
7
7
  # twine upload dist/*
8
8
  setup(
9
9
  name="qtmodel",
10
- version="0.5.35",
10
+ version="0.5.36",
11
11
  author="dqy-zhj",
12
12
  author_email="1105417715@qq.com",
13
- description="python modeling for qt 24/11/1 ",
13
+ description="python modeling for qt 24/11/4 ",
14
14
  long_description=long_description, # 使用读取的 README.md 文件内容
15
15
  long_description_content_type="text/markdown", # 指明内容格式为markdown
16
16
  url="https://github.com/Inface0443/pyqt",
File without changes
File without changes
File without changes
File without changes