Skip to content

Commit

Permalink
bumb version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinicke committed Feb 9, 2023
1 parent d17912a commit dff1257
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "NREL"

# The full version, including alpha/beta/rc tags
release = "v1.0.0"
release = "v1.1.0"

# -- General configuration ---------------------------------------------------

Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nrel.hive"
version = "1.0.0"
version = "1.1.0"
description = "HIVE is a mobility services research platform developed by the Mobility and Advanced Powertrains (MBAP) group at the National Renewable Energy Laboratory in Golden, Colorado, USA."
readme = "README.md"
authors = [{ name = "National Renewable Energy Laboratory" }]
Expand Down Expand Up @@ -62,5 +62,10 @@ hive-batch = "nrel.hive.app.run_batch:run"
[tool.black]
line-length = 100

[tool.setuptools.packages.find]
where = ["."] # list of folders that contain the packages (["."] by default)
include = ["nrel*"] # package names should match these glob patterns (["*"] by default)
exclude = ["rust*"]

[tool.setuptools.package-data]
"*" = ["py.typed"]

0 comments on commit dff1257

Please sign in to comment.