Skip to content

Commit

Permalink
0.0.5 fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwan committed Nov 30, 2018
1 parent dbf044a commit 85ce4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand

install_requires = ['TexSoup==0.1', 'pptree==2.0']
install_requires = ['TexSoup==0.1.4', 'pptree==2.0']
tests_require = ['pytest', 'pytest-cov==2.5.1', 'coverage == 3.7.1', 'coveralls == 1.1']
# hack
install_requires = install_requires + tests_require
Expand All @@ -24,7 +24,7 @@ def run_tests(self):
errno = pytest.main(self.pytest_args)
sys.exit(errno)

VERSION = '0.0.3'
VERSION = '0.0.5'

setup(
name = "tex2py",
Expand Down

0 comments on commit 85ce4a2

Please sign in to comment.