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

Commit aabedd9

Browse files
committed
bump to version 1.0.0
1 parent c8daad9 commit aabedd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sparcl/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
# must mach: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
2323
# Example of a correct version string: '0.4.0a3.dev35'
2424
#__version__ = '0.4.0b1.dev8'
25-
__version__ = '0.4.0b1.dev10'
26-
#__version__ = '1.0.0'
25+
#__version__ = '0.4.0b1.dev10'
26+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)