Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerConstantin committed Jun 4, 2024
1 parent f60e248 commit 7530ce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx>=7.3.7
sphinx-rtd-theme>=2.0.0
PyQvd==2.0.0a1
PyQvd==2.0.0b1
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "PyQvd"
copyright = "2024, Constantin Müller"
author = "Constantin Müller"
release = "2.0.0-alpha.1"
release = "2.0.0-beta.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions 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 = "PyQvd"
version = "2.0.0-alpha.1"
version = "2.0.0-beta.1"
description = "Utility library for reading/writing Qlik View Data (QVD) files in Python."
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE.md"}
Expand All @@ -17,7 +17,7 @@ dependencies = [
"tabulate"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit 7530ce7

Please sign in to comment.