chgksuite_qt 0.0.4__tar.gz → 0.0.4b0__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.4
2
2
  Name: chgksuite_qt
3
- Version: 0.0.4
3
+ Version: 0.0.4b0
4
4
  Summary: A GUI wrapper for chgksuite using PyQt6
5
5
  Author-email: Alexander Pecheny <ap@pecheny.me>
6
6
  License-Expression: MIT
@@ -0,0 +1 @@
1
+ __version__ = "0.0.4b0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chgksuite_qt
3
- Version: 0.0.4
3
+ Version: 0.0.4b0
4
4
  Summary: A GUI wrapper for chgksuite using PyQt6
5
5
  Author-email: Alexander Pecheny <ap@pecheny.me>
6
6
  License-Expression: MIT
@@ -3,6 +3,12 @@ pyproject.toml
3
3
  chgksuite_qt/__main__.py
4
4
  chgksuite_qt/gui.py
5
5
  chgksuite_qt/version.py
6
+ chgksuite_qt.egg-info/._PKG-INFO
7
+ chgksuite_qt.egg-info/._SOURCES.txt
8
+ chgksuite_qt.egg-info/._dependency_links.txt
9
+ chgksuite_qt.egg-info/._entry_points.txt
10
+ chgksuite_qt.egg-info/._requires.txt
11
+ chgksuite_qt.egg-info/._top_level.txt
6
12
  chgksuite_qt.egg-info/PKG-INFO
7
13
  chgksuite_qt.egg-info/SOURCES.txt
8
14
  chgksuite_qt.egg-info/dependency_links.txt
@@ -1 +0,0 @@
1
- __version__ = "0.0.4"
File without changes
File without changes