Skip to content

Commit

Permalink
more release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Krätschmer committed Feb 15, 2023
1 parent 928d73b commit 962aee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Flux Query Builder

Version: 1.0.0


A python querybuilder for the flux query language used by InfluxDB

## Getting Started
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "flux-query-builder"
version = "0.0.0"
version = "1.0.0"
description = "A python querybuilder for the Flux query language"
readme = "README.md"
authors = [{ name = "Nico Kraetschmer", email = "[email protected]" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache 2.0 License",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
Expand All @@ -37,6 +37,7 @@ push = false
[tool.bumpver.file_patterns]
"pyproject.toml" = [
'current_version = "{version}"',
'version = "{version}"'
]
"flux_query_builder/__init__.py" = ["{version}"]
"README.md" = [
Expand Down

0 comments on commit 962aee7

Please sign in to comment.