Skip to content

Commit

Permalink
bump version after tag
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jul 17, 2023
1 parent 64bef52 commit 90e1eed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changes.rst
Expand Up @@ -2,6 +2,11 @@
Release Notes
=============

0.7.1 (unreleased)
------------------

* No changes yet.

0.7.0 (2023-07-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion hpsspy/__init__.py
Expand Up @@ -6,7 +6,7 @@
Python interface to the HPSS system.
"""
__version__ = '0.7.0'
__version__ = '0.7.1.dev341'


class HpssError(Exception):
Expand Down

0 comments on commit 90e1eed

Please sign in to comment.