Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Aug 26, 2021
1 parent 92b35e5 commit eb34a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_rfb/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module version
version_info = (0, 1, 2, "final", 0)
version_info = (0, 2, 0, "final", 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down

0 comments on commit eb34a2a

Please sign in to comment.