Skip to content

Commit e165035

Browse files
authored
update release tag in the code (#706)
1 parent 7833e28 commit e165035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '20.01'
69+
version = '20.02'
7070
# The full version, including alpha/beta/rc tags.
7171
release = ''
7272

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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.
1+
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.
22

33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
package_data = {}
2929

3030
setup (name = 'pywarpx',
31-
version = '20.01',
31+
version = '20.02',
3232
packages = ['pywarpx'],
3333
package_dir = {'pywarpx':'pywarpx'},
3434
description = """Wrapper of WarpX""",

0 commit comments

Comments
 (0)