Skip to content

Commit

Permalink
New major version:
Browse files Browse the repository at this point in the history
* Use new python-markdown api
* Drop support for python 3.4 and 3.5
* Use black for automatic code formatting
* Bit of minor improvements
  • Loading branch information
sivakov512 committed Mar 4, 2019
1 parent 02c8969 commit e130334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def read(fname):
py_modules=["full_yaml_metadata"],
python_requires=">=3.6",
setup_requires=["setuptools-markdown"],
version="0.0.4",
version="1.0.0",
url="https://github.com/sivakov512/python-markdown-full-yaml-metadata",
)

0 comments on commit e130334

Please sign in to comment.