Skip to content

Commit

Permalink
Merge pull request #11 from pynbody/wgpu-0.15
Browse files Browse the repository at this point in the history
Bump version number and development status to 0.3.4, beta
  • Loading branch information
apontzen authored Jun 12, 2024
2 parents e6d8b46 + b3bc2e8 commit fa45148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "topsy"
authors = [{name = "Andrew Pontzen", email = "[email protected]"}]
dynamic = ["version", "description"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion src/topsy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

__version__ = "0.3.3"
__version__ = "0.3.4"

import argparse
import logging
Expand Down

0 comments on commit fa45148

Please sign in to comment.