autopub 1.0.0a30__tar.gz → 1.0.0a31__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.0a30
3
+ Version: 1.0.0a31
4
4
  Summary: Automatic package release upon pull request merge
5
5
  Home-page: https://github.com/autopub/autopub
6
6
  Author: Justin Mayer
@@ -40,6 +40,9 @@ class Autopub:
40
40
  RELEASE_FILE_PATH = "RELEASE.md"
41
41
  plugins: list[AutopubPlugin]
42
42
 
43
+ def __init__(self) -> None:
44
+ self.plugins = []
45
+
43
46
  @cached_property
44
47
  def config(self) -> ConfigType:
45
48
  pyproject_path = Path.cwd() / "pyproject.toml"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  requires-python = ">=3.9.0,<4.0"
3
- version = "1.0.0-alpha.30"
3
+ version = "1.0.0-alpha.31"
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.30"
28
+ version = "1.0.0-alpha.31"
29
29
  description = "Automatic package release upon pull request merge"
30
30
  authors = [
31
31
  "Justin Mayer <entroP@gmail.com>",
File without changes
File without changes
File without changes