Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
csc-jm authored Jul 8, 2020
1 parent c910d62 commit 60bf135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tool for validating an XML file against an XSD Schema."""

__title__ = 'xml-validator'
__version__ = VERSION = '0.1'
__version__ = VERSION = '0.2'
__author__ = 'CSC Developers'

0 comments on commit 60bf135

Please sign in to comment.