Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnousername committed Aug 10, 2020
1 parent ea506de commit e33bc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yanderify/yanderify.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ def create_widgets(self):
self.progress_bar.grid(row=1, column=0, columnspan=4)
st = scrolledtext.ScrolledText(master, state=DISABLED)
st.grid(row=2, column=0, columnspan=5, rowspan=7)
write('Started Yanderify 3.0.5-stable')
#write('Warning: This is not a stable release and should not be treated as such.')
write('Started Yanderify 3.0.6-alpha-1')
write('Warning: This is not a stable release and should not be treated as such.')
write('Disclaimer: CPU mode on low-end computers or most laptops generally will cause the system to lock-up.')
write('We are not liable if you freeze your PC by refusing to listen to this advice.')
write('Written by dunnousername#8672.')
Expand Down

0 comments on commit e33bc10

Please sign in to comment.