Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Oct 16, 2019
1 parent 76920d0 commit 1831195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

requirements = [ "reframed", "pandas"]
requirements = ["reframed", "pandas"]

test_requirements = requirements + ['cplex']

Expand Down Expand Up @@ -41,6 +41,6 @@
packages=find_packages(include=['smetana']),
setup_requires=['setuptools_scm'],
url='https://github.com/cdanielmachado/smetana',
version='1.0.0',
version='1.1.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion smetana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

__author__ = "Daniel Machado"
__email__ = 'cdanielmachado@gmail.com'
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 1831195

Please sign in to comment.