qtmodel 0.5.50__tar.gz → 0.5.51__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qtmodel
3
- Version: 0.5.50
3
+ Version: 0.5.51
4
4
  Summary: python modeling for qt 2024-12-19
5
5
  Home-page: https://github.com/Inface0443/pyqt
6
6
  Author: dqy-zhj
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qtmodel
3
- Version: 0.5.50
3
+ Version: 0.5.51
4
4
  Summary: python modeling for qt 2024-12-19
5
5
  Home-page: https://github.com/Inface0443/pyqt
6
6
  Author: dqy-zhj
@@ -1,6 +1,5 @@
1
1
  from datetime import datetime
2
2
  from setuptools import setup, find_packages
3
- from test import Readme
4
3
 
5
4
  # 读取文件内容
6
5
  with open("README.md", "r", encoding="utf-8") as fh:
@@ -10,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
10
9
 
11
10
  setup(
12
11
  name="qtmodel",
13
- version=f"{Readme.version}",
12
+ version=f"V0.5.51",
14
13
  author="dqy-zhj",
15
14
  author_email="1105417715@qq.com",
16
15
  description=f"python modeling for qt {datetime.now().date()} ",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes