-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lexc2dix-0.1 release!!! lexc2dix: First version release lexc2dix-0.1 release!!!
- Loading branch information
1 parent
1bd5c85
commit c2e530a
Showing
6 changed files
with
54 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
"""Release file for lexc2dix""" | ||
|
||
name = 'lexc2dix' | ||
major = '0' | ||
minor = '1' | ||
major = '1' | ||
minor = '0' | ||
|
||
__version__ = major + '.' + minor | ||
|
||
__date__ = '2018-03-01' ## YYYY-MM-DD | ||
|
||
__description__ = 'The python module for converting lexc to dix files' | ||
__description__ = 'The python module for converting lexc to dix files format' | ||
|
||
__author__ = 'Abinash Senapati(@Techievena)' | ||
__email__ = '[email protected]' | ||
__email__ = '[email protected]' | ||
|
||
__url__= 'https://github.com/Techievena/lexc2dix' | ||
__download_url__ = 'https://github.com/Techievena/lexc2dix/archive/master.zip' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters