Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 97267d3

Browse files
First production release 1.0.0!
1 parent 0a19192 commit 97267d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def finalize_options(self):
182182

183183
setup(
184184
name='numpythia',
185-
version='0.3.3',
185+
version='1.0.0',
186186
description='The interface between PYTHIA and NumPy',
187187
long_description=''.join(open('README.rst').readlines()),
188188
maintainer='the Scikit-HEP admins',
@@ -218,7 +218,7 @@ def finalize_options(self):
218218
'Programming Language :: Python :: 3',
219219
'Programming Language :: C++',
220220
'Programming Language :: Cython',
221-
'Development Status :: 4 - Beta',
221+
'Development Status :: 5 - Production/Stable',
222222
],
223223
**setuptools_options
224224
)

0 commit comments

Comments
 (0)