Skip to content

Commit

Permalink
Bump to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jun 14, 2022
1 parent 3bee20b commit 0a3dcb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Gabriele Bozzola'

# The full version, including alpha/beta/rc tags
release = '1.3.4'
release = '1.3.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kuibit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__version__ = "1.3.4"
__version__ = "1.3.5"

__bibtex__ = """\
@article{kuibit,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kuibit"
version = "1.3.4"
version = "1.3.5"
description = "Read and analyze Einstein Toolkit simulations."
authors = ["Gabriele Bozzola <gabrielebozzola@arizona.edu>"]
maintainers = ["Gabriele Bozzola <gabrielebozzola@arizona.edu>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_kuibit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class Testkuibit(unittest.TestCase):
def test_version(self):
self.assertEqual(__version__, "1.3.4")
self.assertEqual(__version__, "1.3.5")

def test_bibtex(self):
self.assertIn("Bozzola", __bibtex__)

0 comments on commit 0a3dcb5

Please sign in to comment.