Skip to content

Commit

Permalink
udpate to version 0.5, add name to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dngoldberg committed Feb 23, 2024
1 parent ab5e69c commit e91d703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nrfapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Top-level package for nrfapy."""

__author__ = """Simon M Mudd and Simon Moulds"""
__author__ = """Simon M Mudd, Simon Moulds and Daniel N Goldberg"""
__email__ = '[email protected]'
__version__ = '0.4'
__version__ = '0.5'


from .nrfapy import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/simon-m-mudd/nrfapy',
version='0.4',
version='0.5',
zip_safe=False,
)

0 comments on commit e91d703

Please sign in to comment.