Skip to content

Commit 47e109d

Browse files
Merge pull request #1233 from samuelgarcia/fix_version
Make the master dev version greater than the latest released.
2 parents 1ca501f + a563fc6 commit 47e109d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neo"
3-
version = "0.12.0.dev0"
3+
version = "0.13.0.dev0"
44
authors = [{name = "Neo authors and contributors"}]
55
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
66
readme = "README.rst"

0 commit comments

Comments
 (0)