We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa90a0 commit 43740f8Copy full SHA for 43740f8
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Aaron Steven White'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.1.2'
+release = '0.1.3'
26
27
# Changes root document from contents.rst to index.rst
28
master_doc = 'index'
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import find_packages, setup
2
3
setup(name='decomp',
4
- version='0.1.2',
+ version='0.1.3',
5
description='Toolkit for working with Universal\
6
Decompositional Semantics graphs',
7
url='https://decomp.io/',
0 commit comments