Skip to content

Commit

Permalink
Final changes for full first release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKasa committed Nov 16, 2023
1 parent 0f24e3d commit 13e6432
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions src/VanGonography.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,20 @@ def main():
init(autoreset=True)
print(
"""
____ ____ ________ .__ ____ ____ ____
\ \ / /____ ____ / _____/ ____ ____ ____ ________________ ______ | |__ ___.__. /_ | /_ | /_ | _______ ____
\ Y /\__ \ / \/ \ ___ / _ \ / \ / _ \ / ___\_ __ \__ \ \____ \| | < | | | | | | | | ______ \_ __ \_/ ___\
\ / / __ \| | \ \_\ ( <_> ) | ( <_> ) /_/ > | \// __ \| |_> > Y \___ | | | | | | | /_____/ | | \/\ \___
\___/ (____ /___| /\______ /\____/|___| /\____/\___ /|__| (____ / __/|___| / ____| |___| /\ |___| /\ |___| |__| \___ >
\/ \/ \/ \/ /_____/ \/|__| \/\/ \/ \/ \/
,----.. ,---, ,---, ,----.. ,----..
,---. / / \ ,-.----. ,--.' | ,`--.' | / / \ / / \
/__./| ,---, | : : ,---. ,---, ,---. __ ,-. \ / \ | | : / / : / . : / . :
,---.; ; | ,-+-. / | . | ;. / ' ,'\ ,-+-. / | ' ,'\ ,----._,.,' ,'/ /| | : |: : : : |.' ' . / ;. \ . / ;. \
/___/ \ | | ,--.--. ,--.'|' | . ; /--` / / | ,--.'|' | / / | / / ' /' | |' | ,--.--. | | .\ :: | |,--. .--, `----': | . ; / ` ;. ; / ` ;
\ ; \ ' | / \ | | ,"' | ; | ; __ . ; ,. :| | ,"' |. ; ,. :| : || | ,'/ \ . : |: || : ' | /_ ./| ' ' ; ; | ; \ ; |; | ; \ ; |
\ \ \: | .--. .-. | | | / | | | : |.' .'' | |: :| | / | |' | |: :| | .\ .' : / .--. .-. | | | \ :| | /' :, ' , ' : | | | | : | ; | '| : | ; | '
; \ ' . \__\/: . . | | | | | . | '_.' :' | .; :| | | | |' | .; :. ; '; || | ' \__\/: . . | : . |' : | | /___/ \: | ' : ; . | ' ' ' :. | ' ' ' :
\ \ ' ," .--.; | | | | |/ ' ; : \ || : || | | |/ | : |' . . |; : | ," .--.; | : |`-'| | ' | :. \ ' | | | ' ' ; \; / |' ; \; / |
\ ` ; / / ,. | | | |--' ' | '/ .' \ \ / | | |--' \ \ / `---`-'| || , ; / / ,. | : : : | : :_:,' \ ; : ' : | ___\ \ ', /__\ \ ', /
: \ |; : .' \| |/ | : / `----' | |/ `----' .'__/\_: | ---' ; : .' \| | : | | ,' \ \ ; ; |.'/ .\; : / .\; : /
'---" | , .-./'---' \ \ .' '---' | : : | , .-./`---'.| `--'' : \ \ '---' \ ; |\ \ .'\ ; |\ \ .'
`--`---' `---` \ \ / `--`---' `---` \ ' ; `--" `---` `--" `---`
`--`-' `--`
"""
)
print()
Expand Down
2 changes: 1 addition & 1 deletion src/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1-rc"
__version__ = "1.0.0"

0 comments on commit 13e6432

Please sign in to comment.