We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1444b52 commit 15ba733Copy full SHA for 15ba733
colorspacious/version.py
@@ -7,8 +7,8 @@
7
# setup.py, etc.
8
9
# 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
+# 1.0.0 -> 1.0.0+dev -> 1.1.0 -> 1.1.0+dev
+# where the +dev versions are never released into the wild, they're just what
12
# we stick into the VCS in between releases.
13
#
14
# This is compatible with PEP 440:
@@ -18,4 +18,4 @@
18
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
19
# 1.0.0.)
20
21
-__version__ = "0.1.0+dev"
+__version__ = "1.0.0"
0 commit comments