Skip to content

Commit

Permalink
preparing for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Raedler committed Apr 11, 2019
1 parent f00e8cb commit 1709e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CoTeTo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

import sys

__version__ = '0.99'
__version__ = '1.0'

# special hack for mako on windows to correct a nasty line ending problem
# FIXME: is this still needed?
if sys.platform.startswith('win'):
def read_file(path, mode='r'):
fp = open(path, mode)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='CoTeTo',
version='0.99',
version='1.0',
description='Code Templating Tool - code generation framework based on templates',
author='Joerg Raedler (UdK Berlin)',
author_email='[email protected]',
Expand Down

0 comments on commit 1709e79

Please sign in to comment.