Skip to content

Commit

Permalink
set version 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Oct 26, 2023
1 parent b8c550e commit 7a7af7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.3.6",
"version": "2.3.7",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion mercury/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = "2.3.6"
__version__ = "2.3.7"

from mercury.mercury import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def list_files(directory):

setup(
name="mercury",
version="2.3.6",
version="2.3.7",
author="MLJAR Sp. z o.o.",
maintainer="MLJAR Sp. z o.o.",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 7a7af7b

Please sign in to comment.