Skip to content

Commit 9ab4f3c

Browse files
authored
Merge pull request #180 from jbernal0019/master
v3.2.0
2 parents df27f6b + 27eeabd commit 9ab4f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pman/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Config:
99
"""
1010
DEBUG = False
1111
TESTING = False
12-
SERVER_VERSION = "3.1.0"
12+
SERVER_VERSION = "3.2.0"
1313

1414
def __init__(self):
1515
# Environment variables

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name = 'pman',
10-
version = '3.1.0',
10+
version = '3.2.0',
1111
description = 'Process Manager',
1212
long_description = readme,
1313
author = 'FNNDSC Developers',

0 commit comments

Comments
 (0)