Skip to content

Commit

Permalink
set version 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Mar 20, 2024
1 parent d417e49 commit dac1888
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.9",
"version": "2.3.10",
"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.9"
__version__ = "2.3.10"

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

0 comments on commit dac1888

Please sign in to comment.