This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
natrinicle
/
shm_dict
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bumping version
Fixed docs and manifest in previous commits, bumping version
master
Nate Bohman
5 years ago
parent
f4db69af92
commit
3e2347513d
Signed by:
Nate Bohman
<natrinicle@gmail.com>
GPG Key ID:
C10546A54ABA1CE5
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
shm_dict/_version.py
+ 1
- 1
shm_dict/_version.py
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "2019.08.21.2
0.19
"
__version__ = "2019.08.21.2
1.55
"
__version_info__ = tuple([int(num) for num in __version__.split(".")])
Write
Preview
Loading…
Cancel
Save