pyconll 3.3.0__tar.gz → 3.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.
Files changed (28) hide show
  1. {pyconll-3.3.0/pyconll.egg-info → pyconll-3.3.1}/PKG-INFO +1 -1
  2. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/_version.py +1 -1
  3. {pyconll-3.3.0 → pyconll-3.3.1/pyconll.egg-info}/PKG-INFO +1 -1
  4. {pyconll-3.3.0 → pyconll-3.3.1}/LICENSE +0 -0
  5. {pyconll-3.3.0 → pyconll-3.3.1}/MANIFEST.in +0 -0
  6. {pyconll-3.3.0 → pyconll-3.3.1}/README.md +0 -0
  7. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/__init__.py +0 -0
  8. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/_parser.py +0 -0
  9. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/conllable.py +0 -0
  10. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/exception.py +0 -0
  11. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/load.py +0 -0
  12. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/py.typed +0 -0
  13. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/tree/__init__.py +0 -0
  14. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/tree/_treebuilder.py +0 -0
  15. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/tree/tree.py +0 -0
  16. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/unit/__init__.py +0 -0
  17. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/unit/conll.py +0 -0
  18. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/unit/sentence.py +0 -0
  19. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/unit/token.py +0 -0
  20. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll/util.py +0 -0
  21. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll.egg-info/SOURCES.txt +0 -0
  22. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll.egg-info/dependency_links.txt +0 -0
  23. {pyconll-3.3.0 → pyconll-3.3.1}/pyconll.egg-info/top_level.txt +0 -0
  24. {pyconll-3.3.0 → pyconll-3.3.1}/setup.cfg +0 -0
  25. {pyconll-3.3.0 → pyconll-3.3.1}/setup.py +0 -0
  26. {pyconll-3.3.0 → pyconll-3.3.1}/tests/test_conllable.py +0 -0
  27. {pyconll-3.3.0 → pyconll-3.3.1}/tests/test_load.py +0 -0
  28. {pyconll-3.3.0 → pyconll-3.3.1}/tests/test_util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyconll
3
- Version: 3.3.0
3
+ Version: 3.3.1
4
4
  Summary: Read and manipulate CoNLL files
5
5
  Home-page: https://github.com/pyconll/pyconll
6
6
  Author: Matias Grioni
@@ -5,4 +5,4 @@ This is surfaced publicly via __init__.py and keeps the version specification
5
5
  separate from other module logic to allow for easy parsing when packaging.
6
6
  """
7
7
 
8
- __version__ = '3.3.0'
8
+ __version__ = '3.3.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyconll
3
- Version: 3.3.0
3
+ Version: 3.3.1
4
4
  Summary: Read and manipulate CoNLL files
5
5
  Home-page: https://github.com/pyconll/pyconll
6
6
  Author: Matias Grioni
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