Skip to content

Commit

Permalink
Release 2.2.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 1, 2023
1 parent 9146e80 commit 3cdf236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eradicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import re
import tokenize

__version__ = '2.1.0'
__version__ = '2.2.0'


class Eradicator(object):
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def version():
long_description=readme.read(),
license='Expat License',
author='Steven Myint',
maintainer='Nikita Sobolev <mail@sobolevn.me>',
url='https://github.com/myint/eradicate',
classifiers=['Environment :: Console',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 3cdf236

Please sign in to comment.