Bump version to 0.14
This commit is contained in:
parent
5e2a9468c1
commit
7db1cfd274
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import setup, find_packages
|
|||
from setuptools.command.install import install as InstallCommand
|
||||
from setuptools.command.test import test as TestCommand
|
||||
|
||||
version = "0.13"
|
||||
version = "0.14"
|
||||
requirements = "libxml2-dev libxslt-dev python-dev"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue