mirror of
https://github.com/caronc/apprise.git
synced 2025-08-15 02:42:35 +02:00
bumped version to v1.9.2
This commit is contained in:
6
setup.py
6
setup.py
@ -3,7 +3,7 @@
|
||||
# BSD 2-Clause License
|
||||
#
|
||||
# Apprise - Push Notification Library.
|
||||
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
|
||||
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
@ -63,9 +63,9 @@ else:
|
||||
|
||||
setup(
|
||||
name='apprise',
|
||||
version='1.9.1',
|
||||
version='1.9.2',
|
||||
description='Push Notifications that work with just about every platform!',
|
||||
license='BSD',
|
||||
license='BSD 2-Clause',
|
||||
long_description=open('README.md', encoding="utf-8").read(),
|
||||
long_description_content_type='text/markdown',
|
||||
cmdclass=cmdclass,
|
||||
|
Reference in New Issue
Block a user