Skip to content

Commit 6c9d912

Browse files
committed
set version number to 0.1
1 parent 6271bec commit 6c9d912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scratchtocatrobat/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2121

2222
# TODO: replace with real version number
23-
__version_info__ = (2015, 2, 15)
23+
__version_info__ = (0, 1, 0)
2424
__version__ = '.'.join(str(number) for number in __version_info__)

0 commit comments

Comments
 (0)