tofunc 1.0.1__tar.gz → 1.0.1.dev0__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: tofunc
3
- Version: 1.0.1
3
+ Version: 1.0.1.dev0
4
4
  Summary: This project allows converting any callable into a function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -28,7 +28,7 @@ Project-URL: Download, https://pypi.org/project/tofunc/#files
28
28
  Project-URL: Index, https://pypi.org/project/tofunc/
29
29
  Project-URL: Source, https://github.com/johannes-programming/tofunc/
30
30
  Project-URL: Website, https://tofunc.johannes-programming.online/
31
- Classifier: Development Status :: 5 - Production/Stable
31
+ Classifier: Development Status :: 3 - Alpha
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@gmail.com", name = "Johannes" },
10
10
  ]
11
11
  classifiers = [
12
- "Development Status :: 5 - Production/Stable",
12
+ "Development Status :: 3 - Alpha",
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 = "tofunc"
26
26
  readme = "README.rst"
27
27
  requires-python = ">=3.11"
28
- version = "1.0.1"
28
+ version = "1.0.1.dev0"
29
29
 
30
30
  [project.license]
31
31
  file = "LICENSE.txt"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tofunc
3
- Version: 1.0.1
3
+ Version: 1.0.1.dev0
4
4
  Summary: This project allows converting any callable into a function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -28,7 +28,7 @@ Project-URL: Download, https://pypi.org/project/tofunc/#files
28
28
  Project-URL: Index, https://pypi.org/project/tofunc/
29
29
  Project-URL: Source, https://github.com/johannes-programming/tofunc/
30
30
  Project-URL: Website, https://tofunc.johannes-programming.online/
31
- Classifier: Development Status :: 5 - Production/Stable
31
+ Classifier: Development Status :: 3 - Alpha
32
32
  Classifier: Intended Audience :: Developers
33
33
  Classifier: License :: OSI Approved :: MIT License
34
34
  Classifier: Natural Language :: English
File without changes
File without changes
File without changes
File without changes