diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88668da..11c6958 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 2.0.0 commit = True tag = True sign_tags = True diff --git a/nextinspace/__init__.py b/nextinspace/__init__.py index 48fed87..a475074 100644 --- a/nextinspace/__init__.py +++ b/nextinspace/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.6" +__version__ = "2.0.0" __all__ = ["nextinspace", "next_launch", "next_event"] import typing diff --git a/pyproject.toml b/pyproject.toml index 1b8cebe..86a8963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ profile = "black" [tool.poetry] name = "nextinspace" -version = "1.0.6" +version = "2.0.0" description = "Never miss a launch." license = "GPL-3.0-or-later" authors = ["Gideon Shaked "]