diff --git a/rbcommenttype/rbcommenttype/__init__.py b/rbcommenttype/rbcommenttype/__init__.py index e07dfec..f08d0f6 100644 --- a/rbcommenttype/rbcommenttype/__init__.py +++ b/rbcommenttype/rbcommenttype/__init__.py @@ -7,7 +7,7 @@ # # (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released) # -VERSION = (1, 0, 0, 0, 'final', 0, True) +VERSION = (1, 0, 1, 0, 'final', 0, True) def get_version_string(): diff --git a/rbcommenttype/setup.py b/rbcommenttype/setup.py index 3d605cb..eb1b6a6 100644 --- a/rbcommenttype/setup.py +++ b/rbcommenttype/setup.py @@ -22,8 +22,8 @@ }, package_data={ b'rbcommenttype': [ - 'templates/rbcommenttype/*.html', - 'templates/rbcommenttype/*.txt', + 'templates/*.html', + 'templates/*.txt', ], }, classifiers=[