We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ce5b5 commit f092c39Copy full SHA for f092c39
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jupyter-to-medium"
3
-version = "0.2.8"
+version = "0.2.9"
4
description = "Publish a Jupyter Notebook as a Medium blogpost"
5
authors = ["dexplo <petrou.theodore@gmail.com>"]
6
maintainers = ["mjam03 <markjamison03@gmail.com>"]
tests/test_post.py
@@ -1,4 +1,4 @@
-from ._publish_to_medium import publish
+from jupyter_to_medium._publish_to_medium import publish
class TestPost:
0 commit comments