Skip to content

Commit

Permalink
v0.9.9 as uploaded to pypi (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd authored Mar 3, 2020
1 parent 7d36239 commit 195a6fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
gpkit/docs/source/examples/*.csv
docs/source/examples/*.mat
docs/source/examples/*.pkl

# Translations
*.mo
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@

# General information about the project.
project = u'gpkit'
copyright = u'2019 Edward Burnell'
copyright = u'2020 Edward Burnell'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.9.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.1'
release = '0.9.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gpkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"GP and SP modeling package"
from __future__ import unicode_literals, print_function
__version__ = "0.9.1"
__version__ = "0.9.9"

from .build import build
from ._pint import units, ureg, DimensionalityError
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

LICENSE = """The MIT License (MIT)
Copyright (c) 2019 Edward Burnell
Copyright (c) 2020 Edward Burnell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -54,7 +54,7 @@
url="https://www.github.com/convexengineering/gpkit",
install_requires=["numpy >= 1.13.3", "pint >= 0.8.1", "scipy", "ad",
"cvxopt >= 1.1.8", "six"],
version="0.9.1.0",
version="0.9.9.0",
packages=["gpkit", "gpkit.tools", "gpkit.interactive", "gpkit.constraints",
"gpkit.nomials", "gpkit.tests", "gpkit._mosek", "gpkit._pint"],
package_data={"gpkit": ["env/settings"],
Expand Down

0 comments on commit 195a6fe

Please sign in to comment.