Skip to content

Commit

Permalink
bumping version for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Gottschlich committed Jun 16, 2018
1 parent 99cda6a commit f034323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
base = "Win32GUI"
build_exe_options = {"packages": ["os", "idna"]}
setup(name="Social Amnesia",
version="0.0.1",
version="0.1.0",
description="Social Amnesia",
options={"build_exe": build_exe_options},
executables=[Executable("SocialAmnesia.py", base=base)])

0 comments on commit f034323

Please sign in to comment.