Skip to content

Commit

Permalink
Add version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 11, 2020
1 parent ef4bb9a commit b225439
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include LICENSE README.md
include LICENSE
include README.md
recursive-include py_asciimath/dtd/ *
2 changes: 1 addition & 1 deletion py_asciimath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
__version__ = "0.1.4"
__version__ = "0.1.5"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
long_description_content_type="text/markdown",
url="https://github.com/belerico/py-asciimath",
packages=setuptools.find_packages(),
include_package_data=True,
entry_points={
"console_scripts": ["py_asciimath=py_asciimath.py_asciimath:main"]
},
Expand Down

0 comments on commit b225439

Please sign in to comment.