Skip to content

Commit 3f5360a

Browse files
committed
Bump version: 1.0.6 β†’ 2.0.0
1 parent 287238c commit 3f5360a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.6
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55
sign_tags = True

β€Žnextinspace/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.6"
1+
__version__ = "2.0.0"
22
__all__ = ["nextinspace", "next_launch", "next_event"]
33

44
import typing

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ profile = "black"
3737

3838
[tool.poetry]
3939
name = "nextinspace"
40-
version = "1.0.6"
40+
version = "2.0.0"
4141
description = "Never miss a launch."
4242
license = "GPL-3.0-or-later"
4343
authors = ["Gideon Shaked <gideonshaked@gmail.com>"]

0 commit comments

Comments
Β (0)