Skip to content

Commit 1707efe

Browse files
committed
wip
1 parent f067015 commit 1707efe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python_oak_leaf_drawer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from oak import drawPattern
1+
from python_oak_leaf_drawer.oak import drawPattern

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = '1.0.1'
10+
VERSION = '1.0.3'
1111
DESCRIPTION = 'Python module depending on matplotlib to draw oak leaf.'
1212
LONG_DESCRIPTION = 'Python module depending on matplotlib and angle to draw oak leaf wih specific title.'
1313

0 commit comments

Comments
 (0)