Skip to content

Commit

Permalink
Up version -> 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed May 6, 2017
1 parent 5e56c11 commit c5d27ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from gi.repository import GLib, Gtk, Gdk, Gio, GdkPixbuf


__version__ = '0.1'
# App versions, "major.minor", major => new stuff, minor => fixes
__version__ = '0.2'


class LoadingBody(Gtk.Grid):
Expand Down

0 comments on commit c5d27ea

Please sign in to comment.