Skip to content

Commit

Permalink
Merge pull request #1116 from debrief/for_release
Browse files Browse the repository at this point in the history
For release
  • Loading branch information
IanMayo authored Dec 16, 2021
2 parents 4f01ea8 + 261f2d2 commit b12fc69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pepys_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

__author__ = "Ian Mayo"
__email__ = "[email protected]"
__version__ = "0.0.34"
__version__ = "0.0.35"
__build_timestamp__ = None
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.34
current_version = 0.0.35
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/debrief/pepys-import",
version="0.0.34",
version="0.0.35",
zip_safe=False,
)

0 comments on commit b12fc69

Please sign in to comment.