From 3f5360a6c4a90af4d7e8f2eb6a5fcd354c2f3a61 Mon Sep 17 00:00:00 2001 From: The-Kid-Gid Date: Tue, 29 Dec 2020 23:02:01 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.6=20=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nextinspace/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 "]