Skip to content

Commit

Permalink
Bump version: 0.6.0-dev → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeyer committed Sep 25, 2023
1 parent 04dd340 commit 88bef16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0-dev
current_version = 0.6.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down Expand Up @@ -66,7 +66,7 @@ where = src
[options.entry_points]
console_scripts =
accrual = vipersci.carto.accrual:main
anaglyph = vipersci.vis.anaglyph:main
anaglyph = vipersci.vis.anaglyph:main
colorforge = vipersci.carto.colorforge:main
dice_buffer = vipersci.carto.dice_buffer:main
dissolve_dice = vipersci.carto.dissolve_dice:main
Expand All @@ -78,11 +78,11 @@ console_scripts =
traverse_interpolator = vipersci.carto.traverse_interpolator:main
tri2gpkg = vipersci.carto.tri2gpkg:main
template_test = vipersci.vis.pds.template_test:main
vis_create_image = vipersci.vis.create_image:main
vis_create_image = vipersci.vis.create_image:main
vis_create_pano = vipersci.vis.create_pano:main
vis_create_tif = vipersci.vis.create_tif:main
vis_create_raw = vipersci.vis.pds.create_raw:main
vis_create_dbs = vipersci.vis.db.create_vis_dbs:main
vis_create_raw = vipersci.vis.pds.create_raw:main
vis_create_dbs = vipersci.vis.db.create_vis_dbs:main
viseer = vipersci.vis.viseer:main

[bdist_wheel]
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.6.0-dev"
__version__ = "0.6.0"

0 comments on commit 88bef16

Please sign in to comment.