hanky 0.1.0.dev0__tar.gz → 0.1.0.dev1__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: hanky
3
- Version: 0.1.0.dev0
3
+ Version: 0.1.0.dev1
4
4
  Summary: Simple library and command line tool for loading flash cards into anki.
5
5
  Project-URL: Homepage, https://github.com/Haeata-Ash/hanky
6
6
  Project-URL: Issues, https://github.com/Haeata-Ash/hanky/issues
@@ -16,7 +16,7 @@ classifiers = [
16
16
  ]
17
17
 
18
18
  keywords = ["anki"]
19
- dynamic = ["version"]
19
+ version = "0.1.0.dev1"
20
20
 
21
21
  dependencies = [
22
22
  "anki",
@@ -64,9 +64,6 @@ dev = [
64
64
  [tool.uv]
65
65
  default-groups = "all"
66
66
 
67
- [tool.hatch.version]
68
- path = "src/hanky/__about__.py"
69
-
70
67
  [tool.hatch.build.targets.sdist]
71
68
  exclude = [
72
69
  "/.github",
@@ -1,5 +1,5 @@
1
1
  version = 1
2
- revision = 2
2
+ revision = 3
3
3
  requires-python = ">=3.11"
4
4
  resolution-markers = [
5
5
  "python_full_version >= '3.15' and sys_platform == 'win32'",
@@ -398,6 +398,7 @@ wheels = [
398
398
 
399
399
  [[package]]
400
400
  name = "hanky"
401
+ version = "0.1.0.dev1"
401
402
  source = { editable = "." }
402
403
  dependencies = [
403
404
  { name = "anki" },
@@ -1 +0,0 @@
1
- __version__ = "0.1.0-dev"
File without changes
File without changes
File without changes
File without changes
File without changes