python-package-template-pypi 0.3.2__tar.gz → 0.3.3__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.3
2
2
  Name: python-package-template-pypi
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Python package template configuration.
5
5
  Keywords: python,template,package,github,pypi
6
6
  Author: Daniel Mizsak
@@ -6,7 +6,7 @@
6
6
  # Project Metadata
7
7
  [project]
8
8
  name = "python-package-template-pypi" # Name has to be unique on pypi.
9
- version = "0.3.2"
9
+ version = "0.3.3" # Version set by GitHub release.
10
10
  description = "Python package template configuration."
11
11
  readme = "README.md"
12
12
  license = { file = "LICENSE" }