gothify 0.0.1__tar.gz → 0.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: gothify
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Reserved package
5
5
  Author: secemp9
6
6
  License-Expression: MIT
@@ -11,4 +11,7 @@ Requires-Python: >=3.12
11
11
  Description-Content-Type: text/markdown
12
12
 
13
13
  # gothify
14
+
15
+ [![Goth Queen](https://preview.redd.it/total-drama-island-daily-ranking-gwen-the-goth-queen-what-v0-lz6gqo01xwx51.jpg?auto=webp&s=b6fc90d6f50e48583f773376f669911eed87ee09)](https://x.com/xeophon)
16
+
14
17
  Reserved. Coming soon.
@@ -0,0 +1,5 @@
1
+ # gothify
2
+
3
+ [![Goth Queen](https://preview.redd.it/total-drama-island-daily-ranking-gwen-the-goth-queen-what-v0-lz6gqo01xwx51.jpg?auto=webp&s=b6fc90d6f50e48583f773376f669911eed87ee09)](https://x.com/xeophon)
4
+
5
+ Reserved. Coming soon.
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
3
  build-backend = "hatchling.build"
4
4
  [project]
5
5
  name = "gothify"
6
- version = "0.0.1"
6
+ version = "0.0.2"
7
7
  description = "Reserved package"
8
8
  readme = "README.md"
9
9
  license = "MIT"
@@ -1,2 +1,2 @@
1
1
  """gothify - Reserved package."""
2
- __version__ = "0.0.1"
2
+ __version__ = "0.0.2"
gothify-0.0.1/README.md DELETED
@@ -1,2 +0,0 @@
1
- # gothify
2
- Reserved. Coming soon.