We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e218f commit 9a5feeeCopy full SHA for 9a5feee
CHANGELOG.md
@@ -3,6 +3,10 @@
3
## Changelog
4
5
6
+### 1.0.3-dev
7
+
8
9
10
### 1.0.2
11
12
* `lobster-trlc`:
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, 2)
21
-VERSION_SUFFIX = ""
+VERSION_TUPLE = (1, 0, 3)
+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