Skip to content

Commit

Permalink
bump version 2024.1092 -> 2024.1093-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Malloy CI Bot committed Sep 18, 2024
1 parent 8167856 commit 0c390cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "malloy"
version = "2024.1092"
version = "2024.1093-dev"
description = "Malloy is an experimental language for describing data relationships and transformations"
readme = "README.md"
# authors = [{name="", email=""}]
Expand Down Expand Up @@ -45,7 +45,7 @@ include-package-data = true
where = ["src"]

[tool.bumpver]
current_version = "2024.1092"
current_version = "2024.1093-dev"
version_pattern = "YYYY.BUILD[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/malloy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# __init__.py
"""Base module of the Malloy python runtime."""
# Version of the python malloy package
__version__ = "2024.1092"
__version__ = "2024.1093-dev"

import importlib

Expand Down

0 comments on commit 0c390cd

Please sign in to comment.