Skip to content

Commit

Permalink
⚡️ upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarojbelbase committed Jun 6, 2021
1 parent 6751671 commit 72948a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alamari/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__package_name__ = 'alamari'
__version__ = '0.0.1'
__version__ = '0.1.0'
__author__ = 'Siddharth Belbase'
__author_email__ = 'siddharthbelbase@gmail.com'
__description__ = (
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if path.isfile('README.md'):
long_description = open('README.md').read()
else:
long_description = 'See http://pypi.python.org/pypi/alamari/'
long_description = 'See https://github.com/sidbelbase/alamari#readme'


if __name__ == '__main__':
Expand All @@ -23,14 +23,14 @@
url=about['__url__'],
license='MIT',
packages=find_packages(exclude=[
'*.__pycache__', 'venv']),
'*.__pycache__', 'venv', '.github']),
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=['arrow', 'nepali-datetime',
'nepali-roman', 'python-dateutil', 'requests'],
setup_requires=[],
keywords=['nepali-utils', 'made-in-nepal', 'nepal',
'nepali-packages', 'pluralize', 'devanagiri', 'roman', 'nepal-time', 'helper-functions', 'utilities'],
keywords=['nepali-utils', 'made-in-nepal', 'nepal', 'nepali-developer',
'nepali-package', 'pluralize', 'devanagari', 'roman', 'nepal-time', 'helper-functions', 'utilities'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 72948a4

Please sign in to comment.