Skip to content

Commit bdeaac7

Browse files
sehilyigithub-actions[bot]
authored andcommitted
Bump Gosling.js to v1.0.5
1 parent 7df935f commit bdeaac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gosling/schema/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8: noqa
22
from .core import *
33
from .channels import *
4-
SCHEMA_VERSION = 'v1.0.3'
5-
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v1.0.3/src/gosling-schema/gosling.schema.json'
4+
SCHEMA_VERSION = 'v1.0.5'
5+
SCHEMA_URL = 'https://raw.githubusercontent.com/gosling-lang/gosling.js/v1.0.5/src/gosling-schema/gosling.schema.json'
66
THEMES = {'dark', 'ensembl', 'excel', 'ggplot', 'google', 'igv', 'jbrowse', 'light', 'ucsc', 'warm', 'washu'}

0 commit comments

Comments
 (0)