ChatVideo 0.0.1__tar.gz → 0.1.0__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: ChatVideo
3
- Version: 0.0.1
3
+ Version: 0.1.0
4
4
  Summary: ChatArch video tooling package.
5
5
  Author-email: ChatArch <rex@chatarch.org>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ChatVideo
3
- Version: 0.0.1
3
+ Version: 0.1.0
4
4
  Summary: ChatArch video tooling package.
5
5
  Author-email: ChatArch <rex@chatarch.org>
6
6
  License-Expression: MIT
@@ -2,4 +2,4 @@
2
2
 
3
3
  __all__ = ["__version__"]
4
4
 
5
- __version__ = "0.0.1"
5
+ __version__ = "0.1.0"
@@ -2,4 +2,4 @@ from chatvideo import __version__
2
2
 
3
3
 
4
4
  def test_version_present():
5
- assert __version__ == "0.0.1"
5
+ assert __version__ == "0.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes