raisefunction 0.0.2.dev0__tar.gz → 1.0.0__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.2
2
2
  Name: raisefunction
3
- Version: 0.0.2.dev0
3
+ Version: 1.0.0
4
4
  Summary: This project provides a function that raises errors passed to it.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -28,7 +28,7 @@ Project-URL: Download, https://pypi.org/project/raisefunction/#files
28
28
  Project-URL: Index, https://pypi.org/project/raisefunction/
29
29
  Project-URL: Source, https://github.com/johannes-programming/raisefunction/
30
30
  Project-URL: Website, https://raisefunction.johannes-programming.online/
31
- Classifier: Development Status :: 2 - Pre-Alpha
31
+ Classifier: Development Status :: 5 - Production/Stable
32
32
  Classifier: Intended Audience :: Developers
33
33
  Classifier: License :: OSI Approved :: MIT License
34
34
  Classifier: Natural Language :: English
@@ -9,7 +9,7 @@ authors = [
9
9
  { email = "johannes-programming@mailfence.com", name = "Johannes" },
10
10
  ]
11
11
  classifiers = [
12
- "Development Status :: 2 - Pre-Alpha",
12
+ "Development Status :: 5 - Production/Stable",
13
13
  "Intended Audience :: Developers",
14
14
  "License :: OSI Approved :: MIT License",
15
15
  "Natural Language :: English",
@@ -25,7 +25,7 @@ keywords = []
25
25
  name = "raisefunction"
26
26
  readme = "README.rst"
27
27
  requires-python = ">=3.8"
28
- version = "0.0.2.dev0"
28
+ version = "1.0.0"
29
29
 
30
30
  [project.license]
31
31
  file = "LICENSE.txt"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: raisefunction
3
- Version: 0.0.2.dev0
3
+ Version: 1.0.0
4
4
  Summary: This project provides a function that raises errors passed to it.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -28,7 +28,7 @@ Project-URL: Download, https://pypi.org/project/raisefunction/#files
28
28
  Project-URL: Index, https://pypi.org/project/raisefunction/
29
29
  Project-URL: Source, https://github.com/johannes-programming/raisefunction/
30
30
  Project-URL: Website, https://raisefunction.johannes-programming.online/
31
- Classifier: Development Status :: 2 - Pre-Alpha
31
+ Classifier: Development Status :: 5 - Production/Stable
32
32
  Classifier: Intended Audience :: Developers
33
33
  Classifier: License :: OSI Approved :: MIT License
34
34
  Classifier: Natural Language :: English