Browse Source

Bumping version

Fixed docs and manifest in previous commits, bumping version
master
Nate Bohman 5 years ago
parent
commit
3e2347513d
Signed by: Nate Bohman <natrinicle@gmail.com> GPG Key ID: C10546A54ABA1CE5
1 changed files with 1 additions and 1 deletions
  1. +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.20.19"
__version__ = "2019.08.21.21.55"
__version_info__ = tuple([int(num) for num in __version__.split(".")])



Loading…
Cancel
Save