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
Version bump
master
Nate Bohman
5 years ago
parent
db185b5ad1
commit
11d9e7a53f
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.23.
20
"
__version__ = "2019.08.21.23.
49
"
__version_info__ = tuple([int(num) for num in __version__.split(".")])
Write
Preview
Loading…
Cancel
Save