We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f067015 commit 1707efeCopy full SHA for 1707efe
2 files changed
python_oak_leaf_drawer/__init__.py
@@ -1 +1 @@
1
-from oak import drawPattern
+from python_oak_leaf_drawer.oak import drawPattern
setup.py
@@ -7,7 +7,7 @@
7
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
8
long_description = "\n" + fh.read()
9
10
-VERSION = '1.0.1'
+VERSION = '1.0.3'
11
DESCRIPTION = 'Python module depending on matplotlib to draw oak leaf.'
12
LONG_DESCRIPTION = 'Python module depending on matplotlib and angle to draw oak leaf wih specific title.'
13
0 commit comments