Skip to content

Commit f067015

Browse files
committed
wip
1 parent 1bbe77d commit f067015

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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.0'
10+
VERSION = '1.0.1'
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

1414
setup(
15-
name="python-oak-leaf-drawer",
15+
name="python_oak_leaf_drawer",
1616
version=VERSION,
1717
author="Karam Mustafa",
1818
author_email="karam2mustafa@gmail.com",

0 commit comments

Comments
 (0)