Skip to content

Commit

Permalink
bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Wan committed Apr 14, 2018
1 parent 22160c7 commit 677e313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ With the soupified LaTeX, you can now search and traverse the document tree.
The below is a demonstration of basic functions that TexSoup provides.

```
>>> soup.section
>>> soup.section # grabs the first `section`
\section{Hello \textit{world}.}
>>> soup.section.name
'section'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run_tests(self):
errno = pytest.main(self.pytest_args)
sys.exit(errno)

VERSION = '0.1.2'
VERSION = '0.1.3'

setup(
name="TexSoup",
Expand Down

0 comments on commit 677e313

Please sign in to comment.