Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Jan 9, 2022
1 parent 64bf135 commit e9c4333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.9'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '0.9.9'
release = '1.1'

# 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"
#pylint:disable=wrong-import-position
__version__ = "1.0.0"
__version__ = "1.1"
GPCOLORS = ["#59ade4", "#FA3333"]
GPBLU, GPRED = GPCOLORS

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
install_requires=["numpy >= 1.16.4", "pint >= 0.8.1", "plotly",
"scipy", "adce", "cvxopt >= 1.1.8",
"matplotlib"],
version="1.0.0.3",
version="1.1.0",
packages=["gpkit", "gpkit.tools", "gpkit.interactive", "gpkit.constraints",
"gpkit.nomials", "gpkit.tests", "gpkit.solvers"],
package_data={"gpkit": ["env/settings"]},
Expand Down

0 comments on commit e9c4333

Please sign in to comment.