Skip to content

Commit 7b60267

Browse files
committed
Release 0.6.0
1 parent 9226e10 commit 7b60267

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ py2vega/functions/__pycache__/*
55
.pytest_cache/*
66
build/*
77
dist/*
8+
.coverage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='py2vega',
9-
version='0.5.0',
9+
version='0.6.0',
1010
description='A Python to Vega-expression transpiler.',
1111
author=__AUTHOR__,
1212
maintainer=__AUTHOR__,

0 commit comments

Comments
 (0)