Skip to content

Commit

Permalink
refactor: Update version to 1.0.0-alpha.1 in configuration files for …
Browse files Browse the repository at this point in the history
…pre-release
  • Loading branch information
hqwang815 committed Aug 30, 2024
1 parent 8530da9 commit a33039b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2
version: 1.0.0-alpha.1


# Set the OS, Python version and other tools you might need
build:
Expand Down
2 changes: 1 addition & 1 deletion edg_acoustics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

__author__ = "Huiqing Wang, Artur Palha"
__email__ = "[email protected], [email protected]"
__version__ = "2024.04"
__version__ = "1.0.0-alpha.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "edg_acoustics"
version = "2024.04"
version = "1.0.0-alpha.1"
description = "Wave-based room acoustic modeling package with the DG method"
authors = [
{ name = "Huiqing Wang", email = "[email protected]" },
Expand Down
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ name = DG_RoomAcoustics
project_urls =
Bug Tracker = https://github.com/Building-acoustics-TU-Eindhoven/edg-acoustics/issues
url = https://github.com/Building-acoustics-TU-Eindhoven/edg-acoustics
version = "2024.04"
version = 1.0.0-alpha.1


[options]
zip_safe = False
Expand All @@ -59,9 +60,9 @@ install_requires =
# sphinx_rtd_theme
# sphinx-autoapi
# myst_parser
publishing =
twine
wheel
# publishing =
# twine
# wheel

[options.packages.find]
include = edg_acoustics, edg_acoustics.*
Expand Down

0 comments on commit a33039b

Please sign in to comment.