Skip to content

Commit

Permalink
set version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed May 10, 2024
1 parent 3d692ab commit fc0d4b2
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.4.1",
"version": "2.4.2",
"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.4.1"
__version__ = "2.4.2"

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.4.1",
version="2.4.2",
author="MLJAR Sp. z o.o.",
maintainer="MLJAR Sp. z o.o.",
maintainer_email="[email protected]",
Expand Down

0 comments on commit fc0d4b2

Please sign in to comment.