Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 0c5b0fb

Browse files
committed
bump version to 0.3.7
1 parent 18583bc commit 0c5b0fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Rok Grabnar"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "0.3.6"
28+
release = "0.3.7"
2929

3030

3131
# -- General configuration ---------------------------------------------------

easydata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.6"
1+
__version__ = "0.3.7"
22

33
from easydata.blocks import * # noqa: F401 F403
44
from easydata.groups import * # noqa: F401 F403

0 commit comments

Comments
 (0)