kitbash 1.5.1__tar.gz → 1.5.2__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,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kitbash
3
- Version: 1.5.1
3
+ Version: 1.5.2
4
4
  Summary: Provides universal settings, styles, cached icons, and pixmaps, and the base
5
5
  Author-email: Leon Dionne <ldionne@dridesign.sh.cn>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
8
  Requires-Dist: PyQt5
9
- Requires-Dist: conn_jack >= 1.2.0, <= 1.3.0
9
+ Requires-Dist: conn_jack >= 1.3.2
10
10
  Requires-Dist: liquiphy
11
11
  Requires-Dist: soundfile
12
12
  Requires-Dist: sfzen >= 2.2.0
@@ -30,7 +30,7 @@ from PyQt5.QtWidgets import QApplication, QSplitter
30
30
  from qt_extras import DevilBox
31
31
  from conn_jack import JackConnectError
32
32
 
33
- __version__ = "1.5.1"
33
+ __version__ = "1.5.2"
34
34
 
35
35
  APPLICATION_NAME = "kitbash"
36
36
  PACKAGE_DIR = dirname(__file__)
@@ -7,7 +7,7 @@ classifiers = ["License :: OSI Approved :: GNU General Public License v3 or late
7
7
  dynamic = ["version", "description"]
8
8
  dependencies = [
9
9
  "PyQt5",
10
- "conn_jack >= 1.2.0, <= 1.3.0",
10
+ "conn_jack >= 1.3.2",
11
11
  "liquiphy",
12
12
  "soundfile",
13
13
  "sfzen >= 2.2.0",
@@ -28,7 +28,7 @@ requires = ["flit_core >=3.2,<4"]
28
28
  build-backend = "flit_core.buildapi"
29
29
 
30
30
  [bumpver]
31
- current_version = "1.5.1"
31
+ current_version = "1.5.2"
32
32
  version_pattern = "MAJOR.MINOR.PATCH"
33
33
  commit_message = "Bump version {old_version} -> {new_version}"
34
34
  commit = true
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes