diff --git a/Docs/source/conf.py b/Docs/source/conf.py index 0cf29e00eff..a4129a3044c 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -66,7 +66,7 @@ # built documents. # # The short X.Y version. -version = '20.06' +version = '20.07' # The full version, including alpha/beta/rc tags. release = '' diff --git a/LICENSE.txt b/LICENSE.txt index 6387ddab9b4..6919ef67a97 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -WarpX v20.06 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.07 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 5b98d039567..993ba70d5c1 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -28,7 +28,7 @@ package_data = {} setup (name = 'pywarpx', - version = '20.06', + version = '20.07', packages = ['pywarpx'], package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""",