Skip to content

Commit ed94dc7

Browse files
authored
Merge pull request #1 from markcerts/mvarcs-main
Move to beta
2 parents d5124b4 + fa041d1 commit ed94dc7

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "src/mvarcs"]
2-
path = src/mvarcs
3-
url = https://github.com/markcerts/mvarcs
4-
branch = initial-certs
2+
path = src/mvarcs
3+
url = https://github.com/markcerts/mvarcs
4+
branch = main

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ the trustworthiness of Mark Certificates such as Verified Mark
55
Certificates (VMC) and Common Mark Certificates (CMC) used in BIMI
66
(Brand Indicators for Message Identification).
77

8-
Current status: **Alpha**
8+
> Current status: **Beta**
9+
> Still testing and proving implementation.
910
1011
## Installation
1112

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mvarcs",
8-
version="0.0.2",
8+
version="0.1.0",
99
author="OllieJC",
1010
author_email="mvarcs-pypi@olliejc.uk",
1111
description="Python package for providing the MVARCS",
@@ -18,7 +18,7 @@
1818
},
1919
license="The Unlicense",
2020
classifiers=[
21-
"Development Status :: 3 - Alpha",
21+
"Development Status :: 4 - Beta",
2222
"Intended Audience :: Developers",
2323
"License :: OSI Approved :: The Unlicense (Unlicense)",
2424
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)