Skip to content
Snippets Groups Projects
Commit b5a69625 authored by iow-jenkins's avatar iow-jenkins
Browse files

Bump version: 0.42.0 → 0.43.0dev

parent 0ef1392a
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 0.42.0
current_version = 0.43.0dev
commit = True
tag = True
tag_name = waterdataui-{new_version}
......
{
"name": "waterdataui-assets",
"version": "0.42.0",
"version": "0.43.0dev",
"description": "Compiled static assets for Water Data For The Nation",
"main": "src/scripts/monitoring-location/index.js",
"scripts": {
......
......@@ -3,7 +3,7 @@
"name": "Water Data UI",
"organization": "U.S. Geological Survey",
"description": "Water Data for the Nation - contains a page for each NWIS site",
"version": "0.42.0",
"version": "0.43.0dev",
"status": "Development",
"permissions": {
"usageType": "openSource",
......
......@@ -79,7 +79,7 @@ def identify_data_files(data_dirs, exclusions=('.gitignore', '.webassets-cache')
setup(
name='usgs_waterdata_ui',
version='0.42.0',
version='0.43.0dev',
description='USGS Water Data',
author='Mary Bucknell, Andrew Yan, Dan Naab, Janell Fry, Aaron Briggs',
author_email='mbucknell@usgs.gov',
......
......@@ -9,7 +9,7 @@ import sys
from flask import Flask
__version__ = '0.42.0'
__version__ = '0.43.0dev'
def _create_log_handler(log_directory=None, log_name=__name__):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment