Skip to content

Commit 68ff608

Browse files
authored
renamed notebooks (#8)
1 parent 68dd32c commit 68ff608

63 files changed

Lines changed: 7 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

brainsignals/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
_PATCH = "0"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
8-
_SUFFIX = "rc4"
8+
_SUFFIX = "rc5"
99

1010
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
1111
VERSION = "{0}.{1}.{2}{3}".format(_MAJOR, _MINOR, _PATCH, _SUFFIX)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)