chord-progression-network 0.1.3__tar.gz → 0.1.5__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: chord_progression_network
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Network transition chord progressions
5
5
  Author-email: Gene Boggs <gene.boggs@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -678,7 +678,7 @@ License: GNU GENERAL PUBLIC LICENSE
678
678
  Public License instead of this License. But first, please read
679
679
  <https://www.gnu.org/licenses/why-not-lgpl.html>.
680
680
 
681
- Project-URL: Homepage, https://github.com/ology/python-chord-progression_network
681
+ Project-URL: Homepage, https://github.com/ology/python-chord-progression-network
682
682
  Project-URL: Repository, https://github.com/ology/python-chord-progression-network.git
683
683
  Project-URL: Issues, https://github.com/ology/python-chord-progression-network/issues
684
684
  Classifier: Development Status :: 2 - Pre-Alpha
@@ -50,7 +50,7 @@ dynamic = ["version"]
50
50
  # These URLs are displayed in a sidebar on PyPI. You don't have to have them,
51
51
  # but they can help people learn more about your project. You can include as
52
52
  # many named URLs as you want. They can be any URL, not just to GitHub.
53
- Homepage = "https://github.com/ology/python-chord-progression_network"
53
+ Homepage = "https://github.com/ology/python-chord-progression-network"
54
54
  Repository = "https://github.com/ology/python-chord-progression-network.git"
55
55
  Issues = "https://github.com/ology/python-chord-progression-network/issues"
56
56
 
@@ -1,4 +1,4 @@
1
1
  # The root of the entire project
2
2
  from chord_progression_network.chord_progression_network import Generator
3
3
 
4
- __version__ = "0.1.3"
4
+ __version__ = "0.1.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chord_progression_network
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Network transition chord progressions
5
5
  Author-email: Gene Boggs <gene.boggs@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -678,7 +678,7 @@ License: GNU GENERAL PUBLIC LICENSE
678
678
  Public License instead of this License. But first, please read
679
679
  <https://www.gnu.org/licenses/why-not-lgpl.html>.
680
680
 
681
- Project-URL: Homepage, https://github.com/ology/python-chord-progression_network
681
+ Project-URL: Homepage, https://github.com/ology/python-chord-progression-network
682
682
  Project-URL: Repository, https://github.com/ology/python-chord-progression-network.git
683
683
  Project-URL: Issues, https://github.com/ology/python-chord-progression-network/issues
684
684
  Classifier: Development Status :: 2 - Pre-Alpha