Skip to content

Commit

Permalink
Fix rbcommenttype packaging.
Browse files Browse the repository at this point in the history
This fixes things up to use the right path, and bumps the version to 1.0.1.
  • Loading branch information
davidt committed Dec 14, 2015
1 parent 35a300f commit fed333e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rbcommenttype/rbcommenttype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
4 changes: 2 additions & 2 deletions rbcommenttype/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
package_data={
b'rbcommenttype': [
'templates/rbcommenttype/*.html',
'templates/rbcommenttype/*.txt',
'templates/*.html',
'templates/*.txt',
],
},
classifiers=[
Expand Down

0 comments on commit fed333e

Please sign in to comment.