Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Feb 18, 2021
1 parent 81e7a5e commit c03c5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmd_beamphysics/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.5.2'
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.5.1',
version = 'v0.5.2',
#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 c03c5cd

Please sign in to comment.