Skip to content

Commit de2cfe8

Browse files
committed
changed to lowercase thermobar to help with push to pypi
1 parent a0955d2 commit de2cfe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
setup(
17-
name="Thermobar",
17+
name="thermobar",
1818
version=__version__,
1919
author="Penny Wieser et al. ",
2020
author_email="penny.wieser@gmail.com",

src/Thermobar/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 1) we don't load dependencies by storing it in __init__.py
66
# 2) we can import it in setup.py for the same reason
77
# 3) we can import it into .66your module
8-
__version__ = '1.0.66'
8+
__version__ = '1.0.67'

0 commit comments

Comments
 (0)