Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
Shamira
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 30c60d9d2e94
Branch filter:
default at 30c60d9d2e94
default
release
Location:
Shamira
/
src
/
shamira
/
version.py
- annotation
Show Full History
Show Authors
30c60d9d2e94
67 B
text/x-python
Show Source
Show as Raw
Download as Raw
Laman
the program can output its version
1
2
30c60d9d2e94
30c60d9d2e94
VERSION_TUP
=
(
0
,
1
)
__version__
=
"."
.
join
(
map
(
str
,
VERSION_TUP
))