Skip to content

Commit e25af2a

Browse files
authored
Bump version (#305)
1 parent 2f55fae commit e25af2a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ classifiers = [
2929
"Development Status :: 4 - Beta",
3030
"Framework :: Matplotlib",
3131
"Intended Audience :: Education",
32-
"License :: OSI Approved :: MIT License",
3332
"Operating System :: OS Independent",
3433
"Programming Language :: Python :: 3 :: Only",
3534
"Programming Language :: Python :: 3.9",

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.4.0.dev0'
31+
__version__ = '0.3.1'
3232
MAIN_DIR = __name__

0 commit comments

Comments
 (0)