Skip to content

Commit

Permalink
Upgrading version. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddinn authored Jan 3, 2019
1 parent c6486b3 commit 5f606de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l2tscaffolder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""defining the version"""
__version__ = '20181127'
__version__ = '20190103'
2 changes: 1 addition & 1 deletion tests/other/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class VersionTest(unittest.TestCase):
def testGetVersion(self):
"""testing the get version"""
actual = l2tscaffolder.__version__
self.assertEqual('20181127', actual)
self.assertEqual('20190103', actual)


if __name__ == '__main__':
Expand Down

0 comments on commit 5f606de

Please sign in to comment.