Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
elehcim committed Mar 12, 2021
1 parent 824bb2a commit b540288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='simulation',
version='0.5',
version='0.5.1',
description='A package to analyze Gadget2 simulations',
license="MIT",
author='Michele Mastropietro',
Expand Down
2 changes: 1 addition & 1 deletion simulation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .sim import Simulation

__version__ = "0.5"
__version__ = "0.5.1"

0 comments on commit b540288

Please sign in to comment.