Skip to content

Commit

Permalink
Upd setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a.myronyuk committed Nov 27, 2021
1 parent 3ec9f65 commit 69eb90c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The library is available on [GitHub](https://github.com/antonmyronyuk/aioviberbo
This package can be imported using pip by adding the following to your `requirements.txt`:

```python
aioviberbot==0.1.1
aioviberbot==0.1.2
```

## License
Expand Down
2 changes: 1 addition & 1 deletion aioviberbot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ def readfile(filename) -> str:
long_description_content_type='text/markdown',
license='Apache',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 69eb90c

Please sign in to comment.