Skip to content

Commit

Permalink
Bump version: 2.2.9 → 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Mar 3, 2024
1 parent 154c70d commit bd96d1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ajenti-core/aj/__init__.py
Expand Up @@ -4,7 +4,7 @@
import signal
import subprocess

__version__ = '2.2.9'
__version__ = '2.2.10'

# Global state

Expand Down
2 changes: 1 addition & 1 deletion ajenti-core/setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='aj',
version='2.2.9',
version='2.2.10',
python_requires='>=3',
install_requires=__requires,
description='Web UI base toolkit',
Expand Down
4 changes: 2 additions & 2 deletions ajenti-panel/setup.py
Expand Up @@ -58,10 +58,10 @@ def run(self):

setup(
name='ajenti-panel',
version='2.2.9',
version='2.2.10',
python_requires='>=3',
install_requires=[
'aj==2.2.9',
'aj==2.2.10',
'pyyaml',
'requests',
],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.9
current_version = 2.2.10
commit = True
tag = True

Expand Down

0 comments on commit bd96d1d

Please sign in to comment.