python-startfile 0.0.2__tar.gz → 0.0.2.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-startfile
3
- Version: 0.0.2
3
+ Version: 0.0.2.1
4
4
  Summary: Python startfile.
5
5
  Home-page: https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile
6
6
  License: MIT
@@ -24,6 +24,7 @@ Classifier: Programming Language :: Python :: 3.9
24
24
  Classifier: Programming Language :: Python :: 3.10
25
25
  Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
27
28
  Classifier: Topic :: Software Development
28
29
  Classifier: Topic :: Software Development :: Libraries
29
30
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-startfile"
3
- version = "0.0.2"
3
+ version = "0.0.2.1"
4
4
  description = "Python startfile."
5
5
  authors = ["ChenyangGao <wosiwujm@gmail.com>"]
6
6
  license = "MIT"
File without changes