Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
millen1m committed Feb 16, 2020
1 parent b9dfd09 commit 139358b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "3.6"
# - "3.7"
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
History
=======

0.9.X (2019-X-X)
0.9.22 (2020-2-17)
--------------------

* Can now pass `export_none` to ecp_object.add_to_dict() to turn on/off the export of null in ecp file.
* Can assign beam and column properties to frames using 'all' to assign to all beams or columns.

0.9.21 (2019-11-11)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
],
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples', '.circleci']),
install_requires=[
"numpy>=1.7"
],
Expand Down

0 comments on commit 139358b

Please sign in to comment.