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 e20c132 commit 2db1449Copy full SHA for 2db1449
docs/source/conf.py
@@ -18,11 +18,11 @@
18
# -- Project information -----------------------------------------------------
19
20
project = 'Decomp'
21
-copyright = '2019, Aaron Steven White'
+copyright = '2020, Aaron Steven White'
22
author = 'Aaron Steven White'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.1.1'
+release = '0.1.2'
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.1',
+ version='0.1.2',
5
description='Toolkit for working with Universal\
6
Decompositional Semantics graphs',
7
url='https://decomp.io/',
0 commit comments