Skip to content

Commit

Permalink
Bump version: 1.0.6 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Dec 30, 2020
1 parent 287238c commit 3f5360a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.6
current_version = 2.0.0
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion nextinspace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.6"
__version__ = "2.0.0"
__all__ = ["nextinspace", "next_launch", "next_event"]

import typing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 3f5360a

Please sign in to comment.