We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b6a40 commit 3941ebcCopy full SHA for 3941ebc
CHANGELOG.md
@@ -3,6 +3,10 @@
3
## Changelog
4
5
6
+### 1.0.1-dev
7
+
8
9
10
### 1.0.0
11
12
This release has got many system tests, which may help to
lobster/common/version.py
@@ -17,8 +17,8 @@
17
# License along with this program. If not, see
18
# <https://www.gnu.org/licenses/>.
19
20
-VERSION_TUPLE = (1, 0, 0)
21
-VERSION_SUFFIX = ""
+VERSION_TUPLE = (1, 0, 1)
+VERSION_SUFFIX = "dev"
22
23
LOBSTER_VERSION = ".".join(str(x) for x in VERSION_TUPLE) + (
24
"-%s" % VERSION_SUFFIX if VERSION_SUFFIX else ""
0 commit comments