Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Feb 11, 2020
1 parent e207888 commit 16d288f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0
commit = True
tag = True

Expand All @@ -18,3 +18,4 @@ replace = version = release = '{new_version}'
[bumpversion:file:src/pythermalcomfort/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/pythermalcomfort

.. |commits-since| image:: https://img.shields.io/github/commits-since/CenterForTheBuiltEnvironment/pythermalcomfort/v0.0.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/CenterForTheBuiltEnvironment/pythermalcomfort/v0.1.0.svg
:alt: Commits since latest release
:target: https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/compare/v0.0.0...master
:target: https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/compare/v0.1.0...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
year = '2019-2020'
author = 'Federico Tartarini'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.0'
version = release = '0.1.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='pythermalcomfort',
version='0.0.0',
version='0.1.0',
license='MIT',
description='Package to calculate sevral thermal comfort indeces (e.g. PMV, PPD, SET, adaptive) and convert physical variables.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/pythermalcomfort/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.0'
__version__ = '0.1.0'

0 comments on commit 16d288f

Please sign in to comment.