Skip to content

Commit

Permalink
Переход на 0.2.5 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananchiki authored Sep 7, 2024
1 parent 1a8a1c2 commit 3e65de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='steam-trader',
version='0.2.4',
version='0.2.5',
author='Lemon4ksan (Bananchiki)',
author_email='senya20151718@gmail.com',
license='BSD License',
Expand Down Expand Up @@ -38,6 +38,6 @@
python_requires='>=3.12',
project_urls={
'Документация': 'https://lemon4ksan.github.io/steam-trader/',
'Discord': 'https://discord.gg/DGRHEnUW'
'Discord': 'https://discord.gg/hD7Dscsr33'
}
)
2 changes: 1 addition & 1 deletion steam_trader/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.2.4'
__version__ = '0.2.5'
__license__ = 'BSD 3-Clause License'
__copyright__ = 'Copyright (c) 2024-present, Lemon4ksan (aka Bananchiki) <https://github.com/Lemon4ksan>'

0 comments on commit 3e65de0

Please sign in to comment.