You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix saving dumped config if target dir doesn't exist. Add create_dir method in ifilemanager. Install dependency in dev_workspace env also if they exist already
Copy file name to clipboardExpand all lines: pyproject.toml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
[project]
2
2
name = "finecode"
3
-
version = "0.2.0"
4
-
# dynamic version from setuptools-scm is not compatible with poetry, because it requires explicit version in pyproject.toml. Will be used after migration from poetry.
0 commit comments