autopub 1.0.0a22__tar.gz → 1.0.0a23__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autopub
3
- Version: 1.0.0a22
3
+ Version: 1.0.0a23
4
4
  Summary: Automatic package release upon pull request merge
5
5
  Home-page: https://github.com/autopub/autopub
6
6
  Author: Justin Mayer
@@ -18,5 +18,6 @@ Requires-Dist: pydantic (>=2.10.5,<3.0.0)
18
18
  Requires-Dist: python-frontmatter (>=1.1.0,<2.0.0)
19
19
  Requires-Dist: rich (>=13.9.4,<14.0.0)
20
20
  Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
21
+ Requires-Dist: typer (>=0.15.1,<0.16.0)
21
22
  Project-URL: Issue Tracker, https://github.com/autopub/autopub/issues
22
23
  Project-URL: Repository, https://github.com/autopub/autopub
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  requires-python = ">=3.9.0,<4.0"
3
- version = "1.0.0-alpha.22"
3
+ version = "1.0.0-alpha.23"
4
4
  name = "autopub"
5
5
  description = "Automatic package release upon pull request merge"
6
6
  authors = [
@@ -25,7 +25,7 @@ classifiers = [
25
25
  repository = "https://github.com/autopub/autopub"
26
26
  include = ["autopub/py.typed"]
27
27
  name = "autopub"
28
- version = "1.0.0-alpha.22"
28
+ version = "1.0.0-alpha.23"
29
29
  description = "Automatic package release upon pull request merge"
30
30
  authors = [
31
31
  "Justin Mayer <entroP@gmail.com>",
@@ -42,6 +42,7 @@ tomlkit = "^0.13.2"
42
42
  pydantic = "^2.10.5"
43
43
  dunamai = "^1.23.0"
44
44
  rich = "^13.9.4"
45
+ typer = "^0.15.1"
45
46
 
46
47
 
47
48
  [tool.poetry.dev-dependencies]
File without changes
File without changes
File without changes