Skip to content

Commit

Permalink
New release:
Browse files Browse the repository at this point in the history
* do not require testing dependencies in setup.py
* store only development deps in requirements.txt
* development\contributing guide for README.md
  • Loading branch information
sivakov512 committed Apr 25, 2019
1 parent 5ad8e37 commit 6ba3d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@ def read(fname):
name="markdown-full-yaml-metadata",
py_modules=["full_yaml_metadata"],
python_requires=">=3.6",
version="2.0.0",
version="2.0.1",
url="https://github.com/sivakov512/python-markdown-full-yaml-metadata",
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 6ba3d18

Please sign in to comment.