Skip to content

Commit

Permalink
Merge pull request #1 from markcerts/mvarcs-main
Browse files Browse the repository at this point in the history
Move to beta
  • Loading branch information
OllieJC authored Dec 25, 2024
2 parents d5124b4 + fa041d1 commit ed94dc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "src/mvarcs"]
path = src/mvarcs
url = https://github.com/markcerts/mvarcs
branch = initial-certs
path = src/mvarcs
url = https://github.com/markcerts/mvarcs
branch = main
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ the trustworthiness of Mark Certificates such as Verified Mark
Certificates (VMC) and Common Mark Certificates (CMC) used in BIMI
(Brand Indicators for Message Identification).

Current status: **Alpha**
> Current status: **Beta**
> Still testing and proving implementation.
## Installation

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mvarcs",
version="0.0.2",
version="0.1.0",
author="OllieJC",
author_email="[email protected]",
description="Python package for providing the MVARCS",
Expand All @@ -18,7 +18,7 @@
},
license="The Unlicense",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ed94dc7

Please sign in to comment.