Skip to content

Commit 43740f8

Browse files
Updates version to 0.1.3
1 parent 2fa90a0 commit 43740f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Aaron Steven White'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1.2'
25+
release = '0.1.3'
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.2',
4+
version='0.1.3',
55
description='Toolkit for working with Universal\
66
Decompositional Semantics graphs',
77
url='https://decomp.io/',

0 commit comments

Comments
 (0)