let3 1.0.22__zip → 1.0.23__zip

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.
Files changed (27) hide show
  1. {let3-1.0.22 → let3-1.0.23}/CHANGES.rst +1 -1
  2. {let3-1.0.22 → let3-1.0.23}/PKG-INFO +2 -2
  3. {let3-1.0.22 → let3-1.0.23}/pyproject.toml +2 -2
  4. {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/PKG-INFO +2 -2
  5. {let3-1.0.22 → let3-1.0.23}/.readthedocs.yml +0 -0
  6. {let3-1.0.22 → let3-1.0.23}/LICENSE +0 -0
  7. {let3-1.0.22 → let3-1.0.23}/MANIFEST.in +0 -0
  8. {let3-1.0.22 → let3-1.0.23}/README.rst +0 -0
  9. {let3-1.0.22 → let3-1.0.23}/docs/CHANGES.rst +0 -0
  10. {let3-1.0.22 → let3-1.0.23}/docs/README.rst +0 -0
  11. {let3-1.0.22 → let3-1.0.23}/docs/_static/.keep +0 -0
  12. {let3-1.0.22 → let3-1.0.23}/docs/_templates/.keep +0 -0
  13. {let3-1.0.22 → let3-1.0.23}/docs/conf.py +0 -0
  14. {let3-1.0.22 → let3-1.0.23}/docs/index.rst +0 -0
  15. {let3-1.0.22 → let3-1.0.23}/setup.cfg +0 -0
  16. {let3-1.0.22 → let3-1.0.23}/src/let/__about__.py +0 -0
  17. {let3-1.0.22 → let3-1.0.23}/src/let/__init__.py +0 -0
  18. {let3-1.0.22 → let3-1.0.23}/src/let/_let.py +0 -0
  19. {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/SOURCES.txt +0 -0
  20. {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/dependency_links.txt +0 -0
  21. {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/requires.txt +0 -0
  22. {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/top_level.txt +0 -0
  23. {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/zip-safe +0 -0
  24. {let3-1.0.22 → let3-1.0.23}/tests/__init__.py +0 -0
  25. {let3-1.0.22 → let3-1.0.23}/tests/__main__.py +0 -0
  26. {let3-1.0.22 → let3-1.0.23}/tests/data/.keep +0 -0
  27. {let3-1.0.22 → let3-1.0.23}/tests/test_main.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- 1.0.22 (2024-01-26)
4
+ 1.0.23 (2024-01-26)
5
5
  -------------------
6
6
  - Setup update (now based on tox >= 4.0).
7
7
  - Add support for Python 3.12
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: let3
3
- Version: 1.0.22
3
+ Version: 1.0.23
4
4
  Summary: Assign variables wherever, whenever you want.
5
5
  Author: Taylor Marks, Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -195,7 +195,7 @@ Authors
195
195
  Changelog
196
196
  =========
197
197
 
198
- 1.0.22 (2024-01-26)
198
+ 1.0.23 (2024-01-26)
199
199
  -------------------
200
200
  - Setup update (now based on tox >= 4.0).
201
201
  - Add support for Python 3.12
@@ -8,7 +8,7 @@ requires = ['setuptools>=68.2.2', 'wheel>=0.42.0', 'packaging>=23.2.0', 'tox>=4.
8
8
 
9
9
  [project]
10
10
  name = 'let3'
11
- version = '1.0.22'
11
+ version = '1.0.23'
12
12
  description = 'Assign variables wherever, whenever you want.'
13
13
  urls.Homepage = 'https://pypi.org/project/let3/'
14
14
  urls.Documentation = 'https://let3.readthedocs.io/'
@@ -100,7 +100,7 @@ let = [
100
100
 
101
101
  [tool.setuptools.exclude-package-data]
102
102
  '*' = ['*.c','*.h','*.cpp','*.hpp','*.cxx','*.hxx','*.pyx','*.pxd']
103
- slownie = [
103
+ let = [
104
104
  ]
105
105
 
106
106
  [tool.coverage.run]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: let3
3
- Version: 1.0.22
3
+ Version: 1.0.23
4
4
  Summary: Assign variables wherever, whenever you want.
5
5
  Author: Taylor Marks, Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -195,7 +195,7 @@ Authors
195
195
  Changelog
196
196
  =========
197
197
 
198
- 1.0.22 (2024-01-26)
198
+ 1.0.23 (2024-01-26)
199
199
  -------------------
200
200
  - Setup update (now based on tox >= 4.0).
201
201
  - Add support for Python 3.12
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes