Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 14, 2022
1 parent 20a4401 commit 075af4e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 95 deletions.
10 changes: 0 additions & 10 deletions MANIFEST

This file was deleted.

5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file contains the list of files that should be excluded from the PyPI package.
# The PyPI package does not contain the HardwareClient or AdminClient.
exclude nmpi/nmpi_saga.py
exclude nmpi/nmpi_admin.py
exclude test/test_saga_client.py
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.10.0'
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.10.0.dev'
release = '0.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nmpi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
ESS = "BrainScaleS-ESS"
SPIKEY = "Spikey"

__version__ = "0.9.1"
__version__ = "0.10.0"
79 changes: 0 additions & 79 deletions nmpi/psa-oauth2.py

This file was deleted.

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
requirements = [
'requests',
'click',
'pyyaml',
'validators'
'pyyaml'
]

test_requirements = [
Expand All @@ -18,7 +17,7 @@

setup(
name="hbp_neuromorphic_platform",
version='0.10.0.dev',
version='0.10.0',
packages=['nmpi'],
package_dir={'nmpi': 'nmpi'},
entry_points={
Expand Down

0 comments on commit 075af4e

Please sign in to comment.