Move read() methods to __init__(), new tests

This commit is contained in:
2023-03-13 19:04:24 +01:00
parent 4acc0e5da2
commit c40ff88bcf
8 changed files with 248 additions and 217 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "dyn2py"
version = "0.1.0"
version = "0.2.0"
description = "Extract python code from Dynamo graphs"
readme = "README.md"
requires-python = ">=3.8"