Skip to content

Commit

Permalink
Bump version: 0.6.0-dev.1 → 0.6.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Apr 23, 2024
1 parent fe42b37 commit 4367b5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Expand Up @@ -11,7 +11,7 @@
"project_slug": "miranda",
"project_short_description": "Python utilities for climate data collection, conversion, and management.",
"pypi_username": "Zeitsperre",
"version": "0.6.0-dev.1",
"version": "0.6.0-dev.2",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
2 changes: 1 addition & 1 deletion miranda/__init__.py
Expand Up @@ -18,7 +18,7 @@

__author__ = """Trevor James Smith"""
__email__ = "smith.trevorj@ouranos.ca"
__version__ = "0.6.0-dev.1"
__version__ = "0.6.0-dev.2"


from . import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -122,7 +122,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.6.0-dev.1"
current_version = "0.6.0-dev.2"
commit = true
commit_args = "--no-verify"
tag = false
Expand Down
2 changes: 1 addition & 1 deletion tests/test_miranda.py
Expand Up @@ -70,4 +70,4 @@ def test_package_metadata():
contents = f.read()
assert """Trevor James Smith""" in contents
assert '__email__ = "smith.trevorj@ouranos.ca"' in contents
assert '__version__ = "0.6.0-dev.1"' in contents
assert '__version__ = "0.6.0-dev.2"' in contents

0 comments on commit 4367b5b

Please sign in to comment.