Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jan 6, 2021
1 parent bb149c0 commit 05d4884
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 = 2.0.1
current_version = 2.0.2
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__ = "2.0.1"
__version__ = "2.0.2"
__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 = "2.0.1"
version = "2.0.2"
description = "Never miss a launch."
license = "GPL-3.0-or-later"
authors = ["Gideon Shaked <gideonshaked@gmail.com>"]
Expand Down

0 comments on commit 05d4884

Please sign in to comment.