Skip to content

Commit

Permalink
Bump version: 0.5.0-dev → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeyer committed Jul 26, 2023
1 parent 762cfb5 commit fe49c24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0-dev
current_version = 0.5.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down Expand Up @@ -67,7 +67,7 @@ where = src
console_scripts =
create_vis_dbs = vipersci.vis.db.create_vis_dbs:main
accrual = vipersci.carto.accrual:main
colorforge = vipersci.carto.colorforge:main
colorforge = vipersci.carto.colorforge:main
dice_buffer = vipersci.carto.dice_buffer:main
dissolve_dice = vipersci.carto.dissolve_dice:main
image_stats = vipersci.vis.image_statistics:main
Expand All @@ -78,10 +78,10 @@ console_scripts =
traverse_interpolator = vipersci.carto.traverse_interpolator:main
tri2gpkg = vipersci.carto.tri2gpkg:main
template_test = vipersci.vis.pds.template_test:main
vis_create_pano = vipersci.vis.pds.create_pano:main
vis_create_pano = vipersci.vis.pds.create_pano:main
vis_create_raw = vipersci.vis.pds.create_raw:main
vis_create_raw_tif = vipersci.vis.pds.create_raw_tif:main
viseer = vipersci.vis.viseer:main
viseer = vipersci.vis.viseer:main

[bdist_wheel]
universal = 1
Expand Down
2 changes: 1 addition & 1 deletion src/vipersci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """vipersci Developers"""
__email__ = "[email protected]"
__version__ = "0.5.0-dev"
__version__ = "0.5.0"

0 comments on commit fe49c24

Please sign in to comment.