aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Docs/source/conf.py2
-rw-r--r--LICENSE.txt2
-rw-r--r--Python/setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Docs/source/conf.py b/Docs/source/conf.py
index c42cf3e22..26f9c6d61 100644
--- a/Docs/source/conf.py
+++ b/Docs/source/conf.py
@@ -66,7 +66,7 @@ author = 'WarpX collaboration'
# built documents.
#
# The short X.Y version.
-version = '20.01'
+version = '20.02'
# The full version, including alpha/beta/rc tags.
release = ''
diff --git a/LICENSE.txt b/LICENSE.txt
index 88360ef8a..e449d8146 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-WarpX v20.01 Copyright (c) 2018, The Regents of the University of California, through Lawrence Berkeley National Laboratory, and Lawrence Livermore National Security, LLC, for the operation of Lawrence Livermore National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
+WarpX v20.02 Copyright (c) 2018, The Regents of the University of California, through Lawrence Berkeley National Laboratory, and Lawrence Livermore National Security, LLC, for the operation of Lawrence Livermore National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/Python/setup.py b/Python/setup.py
index 7b3a4ef44..4e844693f 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -28,7 +28,7 @@ else:
package_data = {}
setup (name = 'pywarpx',
- version = '20.01',
+ version = '20.02',
packages = ['pywarpx'],
package_dir = {'pywarpx':'pywarpx'},
description = """Wrapper of WarpX""",