We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4073f4 commit d417e49Copy full SHA for d417e49
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frontend",
3
- "version": "2.3.8",
+ "version": "2.3.9",
4
"private": true,
5
"dependencies": {
6
"@popperjs/core": "^2.11.0",
mercury/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2.3.8"
+__version__ = "2.3.9"
from mercury.mercury import *
setup.py
@@ -13,7 +13,7 @@ def list_files(directory):
13
14
setup(
15
name="mercury",
16
- version="2.3.8",
+ version="2.3.9",
17
author="MLJAR Sp. z o.o.",
18
maintainer="MLJAR Sp. z o.o.",
19
maintainer_email="contact@mljar.com",
0 commit comments