gothify 0.0.2__tar.gz → 0.0.3__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.2
3
+ Version: 0.0.3
4
4
  Summary: Reserved package
5
5
  Author: secemp9
6
6
  License-Expression: MIT
@@ -13,5 +13,3 @@ Description-Content-Type: text/markdown
13
13
  # gothify
14
14
 
15
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
-
17
- Reserved. Coming soon.
@@ -1,5 +1,3 @@
1
1
  # gothify
2
2
 
3
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.2"
6
+ version = "0.0.3"
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.2"
2
+ __version__ = "0.0.3"