protoprimer 0.0.3.dev2__tar.gz → 0.0.3.dev3__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: protoprimer
3
- Version: 0.0.3.dev2
3
+ Version: 0.0.3.dev3
4
4
  Summary: self-contained, stand-alone, no-deps, no-args-friendly, auto-cloning, environment-driven, pure-python, multi-stage extensible DAG bootstrapper to escape from shell scripting maintenance hell
5
5
  Author-email: uvsmtid <uvsmtid@gmail.com>
6
6
  License: MIT
@@ -29,7 +29,7 @@ import sys
29
29
  import tempfile
30
30
  import venv
31
31
 
32
- __version__ = "0.0.3.dev2"
32
+ __version__ = "0.0.3.dev3"
33
33
 
34
34
  from typing import (
35
35
  Any,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: protoprimer
3
- Version: 0.0.3.dev2
3
+ Version: 0.0.3.dev3
4
4
  Summary: self-contained, stand-alone, no-deps, no-args-friendly, auto-cloning, environment-driven, pure-python, multi-stage extensible DAG bootstrapper to escape from shell scripting maintenance hell
5
5
  Author-email: uvsmtid <uvsmtid@gmail.com>
6
6
  License: MIT
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "protoprimer"
8
- version = "0.0.3.dev2"
8
+ version = "0.0.3.dev3"
9
9
  authors = [
10
10
  { name = "uvsmtid", email = "uvsmtid@gmail.com" },
11
11
  ]