Skip to content

Commit 15ba733

Browse files
committed
Bump version to 1.0.0
1 parent 1444b52 commit 15ba733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colorspacious/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# setup.py, etc.
88

99
# We use a simple scheme:
10-
# 1.0.0 -> 1.0.0-dev -> 1.1.0 -> 1.1.0-dev
11-
# where the -dev versions are never released into the wild, they're just what
10+
# 1.0.0 -> 1.0.0+dev -> 1.1.0 -> 1.1.0+dev
11+
# where the +dev versions are never released into the wild, they're just what
1212
# we stick into the VCS in between releases.
1313
#
1414
# This is compatible with PEP 440:
@@ -18,4 +18,4 @@
1818
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1919
# 1.0.0.)
2020

21-
__version__ = "0.1.0+dev"
21+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)