Skip to content

Commit

Permalink
Bump version small change readme (#18)
Browse files Browse the repository at this point in the history
* Added zero-dependency bullet point to README

* bumped version to 3.0.8
  • Loading branch information
Attumm authored Oct 4, 2024
1 parent d2457d2 commit 0fda0fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Maat key features:
* Simplicity and Intuitiveness: Maat's validation schema is straightforward and easy to understand, promoting maintainability and ease of use.
* Encryption and Decryption: Maat supports validation on encrypted data, helping to maintain data privacy and adhere to data protection regulations.
* Deep Nesting: The library proficiently manages nested data structures, ensuring efficient validation for complex data requirements.
* Zero Dependencies: Maat relies on no external packages for its core functionality. The packages listed in test-packages.txt are only used for testing purposes.
* Performance: Pydantic's benchmarks indicate Maat as the top-performing library among popular validation libraries.

Maat's combination of capabilities, including encryption and decryption, nesting, and exceptional performance, makes it a fitting choice for projects requiring a versatile data validation and transformation solution.
Expand Down
2 changes: 1 addition & 1 deletion maat/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.0.7"
VERSION = "3.0.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name='Maat',
author='Melvin Bijman',
author_email='bijman.m.m@gmail.com',
version='3.0.7',
version='3.0.8',
license='MIT',

py_modules=['maat'],
Expand Down

0 comments on commit 0fda0fb

Please sign in to comment.