Skip to content

Commit

Permalink
Bump version: v0.17.1 -> v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 20, 2021
1 parent 4ea302d commit 279085a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can confirm installation via `conda list`
(figshare_patrons) $ conda list requiam
```

You should see that the version is `0.17.1`.
You should see that the version is `0.18.0`.

### Configuration Settings

Expand Down
2 changes: 1 addition & 1 deletion requiam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Union
from datetime import datetime

__version__ = "0.17.1"
__version__ = "0.18.0"

CODE_NAME = 'ReQUIAM'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='requiam',
version='v0.17.1',
version='v0.18.0',
packages=['requiam'],
url='https://github.com/UAL-RE/ReQUIAM',
license='MIT License',
Expand Down

0 comments on commit 279085a

Please sign in to comment.