Skip to content

Commit 63ccd4b

Browse files
authored
No bugs with version incremented (#23)
1 parent f978b42 commit 63ccd4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
snakemd~=2.0.0b1
1+
snakemd~=2.0.0b2
22
subete~=0.15.1
33
pytest~=6.2
44
pytest-cov~=2.12

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url="https://github.com/TheRenegadeCoder/sample-programs-readmes",
1515
packages=setuptools.find_packages(),
1616
install_requires=[
17-
"SnakeMD>=2.0.0b1",
17+
"SnakeMD>=2.0.0b2",
1818
"subete>=0.15.1"
1919
],
2020
entry_points={

0 commit comments

Comments
 (0)