Skip to content

Commit

Permalink
Merge pull request #105 from jbernal0019/master
Browse files Browse the repository at this point in the history
v3.3.0
  • Loading branch information
jbernal0019 authored Apr 29, 2021
2 parents 704c01a + 1ebcb5b commit 0a4e883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pfcon/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Config:
STATIC_FOLDER = 'static'
DEBUG = False
TESTING = False
SERVER_VERSION = "3.2.0"
SERVER_VERSION = "3.3.0"

def __init__(self):
# Environment variables
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name = 'pfcon',
version = '3.2.0',
version = '3.3.0',
description = '(Python) Process and File Controller',
long_description = readme,
author = 'FNNDSC Developers',
Expand Down

0 comments on commit 0a4e883

Please sign in to comment.