We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4db554 commit fc93eaaCopy full SHA for fc93eaa
docs/_static/switcher.json
@@ -4,6 +4,11 @@
4
"version": "stable",
5
"url": "https://stefaniemolin.com/data-morph/stable/"
6
},
7
+ {
8
+ "name": "0.4 (dev)",
9
+ "version": "dev",
10
+ "url": "https://stefaniemolin.com/data-morph/dev/"
11
+ },
12
{
13
"name": "0.2",
14
"version": "0.2",
src/data_morph/__init__.py
@@ -28,5 +28,5 @@
28
and `this slide deck <https://stefaniemolin.com/data-morph-talk/#/>`_.
29
"""
30
31
-__version__ = '0.3.0'
+__version__ = '0.4.0.dev0'
32
MAIN_DIR = __name__
0 commit comments