Skip to content

Commit fc93eaa

Browse files
authored
Add new dev version to switcher (#289)
1 parent e4db554 commit fc93eaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/_static/switcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "stable",
55
"url": "https://stefaniemolin.com/data-morph/stable/"
66
},
7+
{
8+
"name": "0.4 (dev)",
9+
"version": "dev",
10+
"url": "https://stefaniemolin.com/data-morph/dev/"
11+
},
712
{
813
"name": "0.2",
914
"version": "0.2",

src/data_morph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
and `this slide deck <https://stefaniemolin.com/data-morph-talk/#/>`_.
2929
"""
3030

31-
__version__ = '0.3.0'
31+
__version__ = '0.4.0.dev0'
3232
MAIN_DIR = __name__

0 commit comments

Comments
 (0)