Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Oct 18, 2021
1 parent c454261 commit 9fb40d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rope/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""rope, a python refactoring library"""

INFO = __doc__
VERSION = "0.20.1"
VERSION = "0.21.0"
COPYRIGHT = """\
Copyright (C) 2021-2021 Lie Ryan
Copyright (C) 2019-2021 Matej Cepl
Copyright (C) 2015-2018 Nicholas Smith
Copyright (C) 2014-2015 Matej Cepl
Expand Down

0 comments on commit 9fb40d4

Please sign in to comment.