Skip to content

Commit 7a7af7b

Browse files
committed
set version 2.3.7
1 parent b8c550e commit 7a7af7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"private": true,
55
"dependencies": {
66
"@popperjs/core": "^2.11.0",

mercury/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
__version__ = "2.3.6"
2+
__version__ = "2.3.7"
33

44
from mercury.mercury import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def list_files(directory):
1313

1414
setup(
1515
name="mercury",
16-
version="2.3.6",
16+
version="2.3.7",
1717
author="MLJAR Sp. z o.o.",
1818
maintainer="MLJAR Sp. z o.o.",
1919
maintainer_email="contact@mljar.com",

0 commit comments

Comments
 (0)