Skip to content

Commit

Permalink
some minor changes to check pypi upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
il6 committed Jun 24, 2020
1 parent ee89950 commit 06ee03c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions jadukor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
def joke():
return (u'Wenn ist das Nunst\u00fcck git und Slotermeyer? Ja! ... '
u'Beiherhund das Oder die Flipperwaldt gersput.')
def name():
return ('I am A T M Ragib Raihan')
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from setuptools import setup

setup(name='jadukor',
version='0.1',
version='0.2',
description='The most powerfull module in the universe',
url='http://github.com/atmragib/jadukor',
download_url='https://github.com/atmragib/jadukor/archive/v_01.tar.gz',
download_url='https://github.com/atmragib/jadukor/archive/v0.2.tar.gz',
author='A T M Ragib Raihan',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 06ee03c

Please sign in to comment.