Skip to content

Commit af8bc94

Browse files
author
XenGi
committed
version bumped
1 parent 1f04e02 commit af8bc94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

game.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"""
1010

1111
__author__ = 'Ricardo Band'
12-
__copyright__ = 'Copyright 2013, Ricardo Band'
12+
__copyright__ = 'Copyright 2014, Ricardo Band'
1313
__credits__ = ['Ricardo Band']
1414
__license__ = 'MIT'
15-
__version__ = '0.1.0'
15+
__version__ = '1.0.0'
1616
__maintainer__ = 'Ricardo Band'
1717
__email__ = '[email protected]'
1818
__status__ = 'Development'

snake.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"""
66

77
__author__ = 'Ricardo Band'
8-
__copyright__ = 'Copyright 2013, Ricardo Band'
8+
__copyright__ = 'Copyright 2014, Ricardo Band'
99
__credits__ = ['Ricardo Band']
1010
__license__ = 'MIT'
11-
__version__ = '0.1.0'
11+
__version__ = '1.0.0'
1212
__maintainer__ = 'Ricardo Band'
1313
__email__ = '[email protected]'
1414
__status__ = 'Development'

0 commit comments

Comments
 (0)