Skip to content

Commit 3941ebc

Browse files
authored
Bump to 1.0.1-dev (#491)
Bump version after release
1 parent e5b6a40 commit 3941ebc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Changelog
44

55

6+
### 1.0.1-dev
7+
8+
9+
610
### 1.0.0
711

812
This release has got many system tests, which may help to

lobster/common/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# License along with this program. If not, see
1818
# <https://www.gnu.org/licenses/>.
1919

20-
VERSION_TUPLE = (1, 0, 0)
21-
VERSION_SUFFIX = ""
20+
VERSION_TUPLE = (1, 0, 1)
21+
VERSION_SUFFIX = "dev"
2222

2323
LOBSTER_VERSION = ".".join(str(x) for x in VERSION_TUPLE) + (
2424
"-%s" % VERSION_SUFFIX if VERSION_SUFFIX else ""

0 commit comments

Comments
 (0)