Skip to content

Commit fd031b1

Browse files
committed
Update version number
1 parent f79b63e commit fd031b1

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
@@ -58,7 +58,7 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.1.0'
61+
version = '19.02'
6262
# The full version, including alpha/beta/rc tags.
6363
release = ''
6464

LICENSE.txt

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

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

0 commit comments

Comments
 (0)