vhup 0.1__tar.gz → 0.2__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: vhup
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: Vho: İşlevsel ve kolaylaştırılmış görsel oluşturma kütüphanesi
5
5
  Author: Bedirhan
6
6
  Author-email: bedirhan.oytpass@gmail.com
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="vhup",
8
- version="0.1",
8
+ version="0.2",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "torch>=2.0.0",
@@ -0,0 +1 @@
1
+ from .vhup import create_text
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vhup
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: Vho: İşlevsel ve kolaylaştırılmış görsel oluşturma kütüphanesi
5
5
  Author: Bedirhan
6
6
  Author-email: bedirhan.oytpass@gmail.com
vhup-0.1/vhup/__init__.py DELETED
@@ -1 +0,0 @@
1
- from vhup import create_text
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes