valid8r 0.3.0__tar.gz → 0.3.1__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.

Potentially problematic release.


This version of valid8r might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valid8r
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Clean, flexible input validation for Python applications
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -8,7 +8,7 @@ Keywords: validation,input,cli,maybe-monad,parsing,functional-programming
8
8
  Author: Mike Lane
9
9
  Author-email: mikelane@gmail.com
10
10
  Requires-Python: >=3.11,<4.0
11
- Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Operating System :: OS Independent
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "valid8r"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  description = "Clean, flexible input validation for Python applications"
5
5
  authors = ["Mike Lane <mikelane@gmail.com>"]
6
6
  license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/mikelane/valid8r"
10
10
  documentation = "https://valid8r.readthedocs.io/"
11
11
  keywords = ["validation", "input", "cli", "maybe-monad", "parsing", "functional-programming"]
12
12
  classifiers = [
13
- "Development Status :: 3 - Alpha",
13
+ "Development Status :: 5 - Production/Stable",
14
14
  "Intended Audience :: Developers",
15
15
  "License :: OSI Approved :: MIT License",
16
16
  "Operating System :: OS Independent",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes