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 2f55fae commit e25af2aCopy full SHA for e25af2a
2 files changed
pyproject.toml
@@ -29,7 +29,6 @@ classifiers = [
29
"Development Status :: 4 - Beta",
30
"Framework :: Matplotlib",
31
"Intended Audience :: Education",
32
- "License :: OSI Approved :: MIT License",
33
"Operating System :: OS Independent",
34
"Programming Language :: Python :: 3 :: Only",
35
"Programming Language :: Python :: 3.9",
src/data_morph/__init__.py
@@ -28,5 +28,5 @@
28
and `this slide deck <https://stefaniemolin.com/data-morph-talk/#/>`_.
"""
-__version__ = '0.4.0.dev0'
+__version__ = '0.3.1'
MAIN_DIR = __name__
0 commit comments