Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Oct 28, 2021
1 parent 260723d commit 4bffa27
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup

setup(
name='personnummer',
version='3.0.2',
description='Validate Swedish personal identity numbers',
url='http://github.com/personnummer/python',
author='Personnummer and Contributors',
author_email='[email protected]',
license='MIT',
packages=['personnummer'],
test_suite='nose.collector',
tests_require=['nose', 'mock'],
name='personnummer',
version='3.0.3',
description='Validate Swedish personal identity numbers',
url='http://github.com/personnummer/python',
author='Personnummer and Contributors',
author_email='[email protected]',
license='MIT',
packages=['personnummer'],
test_suite='nose.collector',
tests_require=['nose', 'mock'],
)

0 comments on commit 4bffa27

Please sign in to comment.