Skip to content

Commit

Permalink
Release version: 2.0.0 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Oct 21, 2020
1 parent 57572dd commit ce4d4f9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
**This is a pre-release version.** You're welcome to try it, but if you want a smooth installation experience and stable interface you should wait for the official release instead.

We're working hard to deliver all of these things as soon as possible. Stay tuned and [follow our Twitter](https://twitter.com/CERT_Polska_en)!

# MWDB Core

Malware repository component for automated malware collection/analysis systems.
Expand Down
2 changes: 1 addition & 1 deletion mwdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
except IOError:
git_revision = ""

app_version = "2.0.0-rc1"
app_version = "2.0.0"
app_build_version = f"{app_version}+{git_revision}" if git_revision else app_version
2 changes: 1 addition & 1 deletion mwdb/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mwdb/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwdb-web",
"version": "2.0.0-rc1",
"version": "2.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
Expand Down
2 changes: 1 addition & 1 deletion mwdb/web/src/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mwdb-web/commons",
"main": "index.js",
"private": true,
"version": "2.0.0-rc1",
"version": "2.0.0",
"dependencies": {
"axios": "0.19.2",
"identicon.js": "^2.3.2",
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

setup(name="mwdb-core",
version="2.0.0rc1",
description="MWDB malware database",
version="2.0.0",
description="MWDB Core malware database",
long_description=LONG_DESCRIPTION,
author="CERT Polska",
author_email="[email protected]",
Expand All @@ -23,7 +23,7 @@
],
},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3"
])

0 comments on commit ce4d4f9

Please sign in to comment.