Skip to content

Commit

Permalink
set version number to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamer committed Feb 15, 2015
1 parent 6271bec commit 6c9d912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scratchtocatrobat/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

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

0 comments on commit 6c9d912

Please sign in to comment.