Skip to content

Commit

Permalink
update version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anandjoshi91 committed Feb 23, 2023
1 parent f882143 commit a6287a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,13 +1,13 @@
from distutils.core import setup

setup(name='property',
version='2.5',
version='2.6',
packages=['properties'],
description='A python module to read a property file.Similar to PropertyPlaceholderConfigurer in spring (java).Example : https://github.com/anandjoshi91/pythonpropertyfileloader',
long_description='https://github.com/anandjoshi91/pythonpropertyfileloader',
author='Anand Joshi',
author_email='anandhjoshi@outlook.com',
keywords= ["property", "read-property-file", "property-interpolation"],
license='MIT',
download_url='https://github.com/anandjoshi91/pythonpropertyfileloader/archive/refs/tags/2.5.zip'
download_url='https://github.com/anandjoshi91/pythonpropertyfileloader/archive/refs/tags/2.6.zip'
)

0 comments on commit a6287a9

Please sign in to comment.