Skip to content

Commit 2db1449

Browse files
Updates version to 0.1.2
1 parent e20c132 commit 2db1449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Decomp'
21-
copyright = '2019, Aaron Steven White'
21+
copyright = '2020, Aaron Steven White'
2222
author = 'Aaron Steven White'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1.1'
25+
release = '0.1.2'
2626

2727
# Changes root document from contents.rst to index.rst
2828
master_doc = 'index'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
setup(name='decomp',
4-
version='0.1.1',
4+
version='0.1.2',
55
description='Toolkit for working with Universal\
66
Decompositional Semantics graphs',
77
url='https://decomp.io/',

0 commit comments

Comments
 (0)