Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Feb 21, 2023
1 parent dd93851 commit 92849d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='personnummer',
version='3.0.3',
version='3.0.4',
description='Validate Swedish personal identity numbers',
url='http://github.com/personnummer/python',
author='Personnummer and Contributors',
Expand All @@ -11,7 +11,7 @@
packages=['personnummer'],
test_suite='nose.collector',
tests_require=['nose', 'mock'],
entry_points = {
'console_scripts' : ['personnummer = personnummer.main:main']
},
entry_points={
'console_scripts': ['personnummer = personnummer.main:main']
},
)

0 comments on commit 92849d7

Please sign in to comment.