Skip to content

Commit

Permalink
Tag v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierog committed Feb 18, 2024
1 parent 827142e commit 2f987b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='moulti',
version='1.1.0',
version='1.2.0',
description=short_description,
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -31,7 +31,8 @@
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux', # moulti was never tested outside Linux
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python :: 3 :: Only',
'Topic :: System :: Logging',
'Topic :: Utilities',
Expand Down
2 changes: 1 addition & 1 deletion src/moulti/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = 'Xavier G. <[email protected]>'
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 2f987b8

Please sign in to comment.