Skip to content

Commit c00a218

Browse files
committed
Update version number
1 parent c86f351 commit c00a218

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
@@ -57,7 +57,7 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '19.08'
60+
version = '19.10'
6161
# The full version, including alpha/beta/rc tags.
6262
release = ''
6363

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WarpX v19.08 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 v19.10 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
@@ -20,7 +20,7 @@
2020
package_data = {}
2121

2222
setup (name = 'pywarpx',
23-
version = '19.08',
23+
version = '19.10',
2424
packages = ['pywarpx'],
2525
package_dir = {'pywarpx':'pywarpx'},
2626
description = """Wrapper of WarpX""",

0 commit comments

Comments
 (0)