Skip to content

Commit 94b98e6

Browse files
authored
Update setup.py
1 parent 281e65d commit 94b98e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ronbun",
8-
version="0.7.0",
8+
version="0.7.1",
99
author="The Renegade Coder",
1010
author_email="jeremy.grifski@therenegadecoder.com",
1111
description="The Sample Programs README Automation Tool",
@@ -14,7 +14,7 @@
1414
url="https://github.com/TheRenegadeCoder/sample-programs-readmes",
1515
packages=setuptools.find_packages(),
1616
install_requires=[
17-
"SnakeMD>=0.15",
17+
"SnakeMD>=2.0.0b1",
1818
"subete>=0.11"
1919
],
2020
entry_points={

0 commit comments

Comments
 (0)