diff --git a/lib/hipchat/version.rb b/lib/hipchat/version.rb index b81117a..d7d956e 100644 --- a/lib/hipchat/version.rb +++ b/lib/hipchat/version.rb @@ -1,3 +1,3 @@ module HipChat - VERSION = '1.5.3' + VERSION = '1.5.4' end diff --git a/tests.py b/tests.py new file mode 100644 index 0000000..9079be2 --- /dev/null +++ b/tests.py @@ -0,0 +1,2 @@ +import os +print os.path.dirname(os.path.realpath(__file__))