Skip to content

Commit 30c859d

Browse files
committed
Update to 0.8.3 using BNG 2.9.1
1 parent 866ab0c commit 30c859d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

bionetgen/assets/BNGVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BioNetGen-2.9.0
1+
BioNetGen-2.9.1

bionetgen/assets/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0 8 2 alpha 0
1+
0 8 3 alpha 0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@
156156
setup(
157157
name="bionetgen",
158158
version=VERSION,
159-
description="A simple CLI and library for BioNetGen modelling language",
159+
description="A simple CLI and library for the BioNetGen modeling language",
160160
long_description=LONG_DESCRIPTION,
161161
long_description_content_type="text/markdown",
162-
author="Ali Sinan Saglam",
163-
author_email="als251@pitt.edu",
162+
author="Ali Sinan Saglam, Alex DiBiasi, and James R. Faeder",
163+
author_email="bionetgen.main@gmail.com",
164164
url="https://github.com/RuleWorld/PyBioNetGen",
165-
license="unlicensed",
165+
license="MIT",
166166
packages=find_packages(exclude=["ez_setup", "tests*"]),
167167
package_data={"bionetgen": ["bng*/*", "assets/*"]},
168168
zip_safe=False,

0 commit comments

Comments
 (0)