Skip to content

Commit 0ba4f4c

Browse files
authored
Release 0.1.0 (#122)
1 parent 8d4f6aa commit 0ba4f4c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v0.1.0
4+
5+
First official release.

src/scwidgets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0-dev1"
1+
__version__ = "0.1.0"
22
__authors__ = "the scicode-widgets developer team"
33

44
from .check import * # noqa: F403

0 commit comments

Comments
 (0)