Skip to content

Commit 645b782

Browse files
authored
Merge pull request #92 from bd2kccd/V1.2.1
V1.2.1
2 parents 16cf35a + da00059 commit 645b782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pycausal
3-
version: "1.2.0"
3+
version: "1.2.1"
44

55
source:
66
git_rev: v0.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
MA 02110-1301 USA
2020
2121
Created on Feb 15, 2016
22-
Updated on Aug 9, 2019
22+
Updated on Dec 25, 2019
2323
2424
@author: Chirayu Wongchokprasitti
2525
'''
@@ -28,12 +28,12 @@
2828

2929
setup(
3030
name = "pycausal",
31-
version = "1.2.0",
31+
version = "1.2.1",
3232
description = "Python wrapper for the Tetrad Library",
3333
author = "Chirayu Kong Wongchokprasitti",
3434
author_email = '[email protected]',
3535
url = 'http://github.com/bd2kccd/py-causal',
36-
download_url = 'https://github.com/bd2kccd/py-causal/archive/v1.1.0.tar.gz',
36+
download_url = 'https://github.com/bd2kccd/py-causal/archive/v1.2.1.tar.gz',
3737
license = 'Lesser GNU General Public License version >= 2.1 (LGPL >= 2.1)',
3838
keywords = 'tetrad causal graph bayesian network search discovery',
3939
platforms = ['any'],
Binary file not shown.

0 commit comments

Comments
 (0)