Skip to content

Commit

Permalink
Merge pull request #31 from klassen-software-solutions/development/v1
Browse files Browse the repository at this point in the history
Applied latest build system to fix versioning issue
  • Loading branch information
stevenklassen8376 authored Feb 7, 2020
2 parents 6a70a05 + 28c9961 commit 76f8981
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.egg-info
*.bak
__pycache__
_version.py
Tests/**/tmp-prereqs-licenses.json
dist
REVISION
Expand Down
2 changes: 1 addition & 1 deletion BuildSystem
4 changes: 2 additions & 2 deletions kss/license/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylint: disable=missing-module-docstring
# Justification: The init should not require a docstring.

__version__ = '1.0.0.dev'
from ._version import _INTERNAL_VERSION
__version__ = _INTERNAL_VERSION

0 comments on commit 76f8981

Please sign in to comment.