Skip to content

Commit

Permalink
Bump version to v4.0, Update contact info, and Add 3.10-3.12 to suppo…
Browse files Browse the repository at this point in the history
…rted version list
  • Loading branch information
WinterPhoenix committed Sep 13, 2024
1 parent 4a18c44 commit d43712b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
version=vdf.__version__,
description='Library for working with Valve\'s VDF text format',
long_description=long_description,
url='https://github.com/ValvePython/vdf',
author='Rossen Georgiev',
author_email='[email protected]',
url='https://github.com/solsticegamestudios/vdf',
author='Rossen Georgiev / Solstice Game Studios',
author_email='[email protected]',
license='MIT',
python_requires=">=3.6",
classifiers=[
Expand All @@ -30,6 +30,9 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: PyPy',
],
keywords='valve keyvalue vdf tf2 dota2 csgo',
Expand Down
4 changes: 2 additions & 2 deletions vdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Module for deserializing/serializing to and from VDF
"""
__version__ = "3.5"
__author__ = "Rossen Georgiev"
__version__ = "4.0"
__author__ = "Rossen Georgiev / Solstice Game Studios"

import re
import struct
Expand Down

0 comments on commit d43712b

Please sign in to comment.