py2dag 0.1.6__tar.gz → 0.1.8__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.3
2
2
  Name: py2dag
3
- Version: 0.1.6
3
+ Version: 0.1.8
4
4
  Summary: Convert Python function plans to DAG (JSON, pseudo, optional SVG).
5
5
  License: MIT
6
6
  Author: rvergis
@@ -117,7 +117,7 @@ This repo includes a GitHub Actions workflow that publishes to PyPI when you pus
117
117
 
118
118
  ```
119
119
  make patch # bumps version, commits, and tags vX.Y.Z
120
- make release # pushes tags to GitHub (triggers publish)
120
+ make release # pushes commits and tags to GitHub (triggers publish)
121
121
  ```
122
122
 
123
123
  Or push tags manually:
@@ -98,7 +98,7 @@ This repo includes a GitHub Actions workflow that publishes to PyPI when you pus
98
98
 
99
99
  ```
100
100
  make patch # bumps version, commits, and tags vX.Y.Z
101
- make release # pushes tags to GitHub (triggers publish)
101
+ make release # pushes commits and tags to GitHub (triggers publish)
102
102
  ```
103
103
 
104
104
  Or push tags manually:
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "py2dag"
7
- version = "0.1.6"
7
+ version = "0.1.8"
8
8
  description = "Convert Python function plans to DAG (JSON, pseudo, optional SVG)."
9
9
  authors = ["rvergis"]
10
10
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes