Skip to content

Commit

Permalink
Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Feb 18, 2021
1 parent 6a63ea8 commit e226db4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pmd_beamphysics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from .particles import ParticleGroup, single_particle
from .fields.fieldmesh import FieldMesh
from .readers import particle_paths
from .writers import pmd_init
from .writers import pmd_init

from ._version import __version__
1 change: 1 addition & 0 deletions pmd_beamphysics/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='pmd-beamphysics',
version = 'v0.4.2',
version = 'v0.5.0',
#packages = ['pmd_beamphysics'],
packages=find_packages(exclude=['opmd_beamphysics']), # This is the old package
package_dir={'pmd_beamphysics':'pmd_beamphysics'},
Expand Down

0 comments on commit e226db4

Please sign in to comment.