Skip to content

Commit

Permalink
Ref None Raising version number
Browse files Browse the repository at this point in the history
  • Loading branch information
msparapa committed May 1, 2019
1 parent 07fa5e5 commit dba0f14
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ include beluga/optimlib/templates/brysonho/qcpi/*
include beluga/optimlib/templates/icrm/*
include beluga/optimlib/templates/icrm/qcpi/*

# Include the bvp solver license
include beluga/bvpsol/_bvp/LICENSE.txt

# Include the ivp solver methods
include beluga/ivpsol/methods/*
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ beluga
Installation
============

+------------+
| PyPI_ |
+============+
| |pypi| |
+------------+

.. |pypi| image:: https://badge.fury.io/py/beluga.svg
:target: https://pypi.org/project/beluga/

Installation using pip
----------------------

Expand Down
2 changes: 1 addition & 1 deletion beluga/release.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.4"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open('requirements.txt') as f:
requirements = f.read().splitlines()

long_description = '''beluga is a unified direct and indirect trajectory optimization library.'''
long_description = '''beluga is a general purpose indirect trajectory optimization framework.'''

modules = ['beluga.bvpsol',
'beluga.bvpsol._bvp',
Expand Down Expand Up @@ -37,7 +37,7 @@

setup(name="beluga",
version=__version__,
description="An indirect trajectory optimization framework.",
description="A general purpose indirect trajectory optimization framework.",
long_description=long_description,
author="Michael Sparapany",
author_email='[email protected]',
Expand Down

0 comments on commit dba0f14

Please sign in to comment.