Skip to content

Commit

Permalink
Change Version 0.0.1 to 1.0.0
Browse files Browse the repository at this point in the history
wolfthefallen committed Aug 4, 2015
1 parent 2dd9d6a commit 6a014b9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ source.include_exts = atlas, ini, jpg, json, kv, png, py, wav
#version.filename = %(source.dir)s/main.py

# (str) Application versioning (method 2)
version = 0.0.1
version = 1.0.0

# (list) Application requirements
# comma seperated e.g. requirements = sqlite3,kivy
2 changes: 1 addition & 1 deletion ssoper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python

__version__ = '0.1'
__version__ = '1.0.0'

0 comments on commit 6a014b9

Please sign in to comment.