Skip to content

Commit

Permalink
Bump PyPi version to 0.6.0 from 0.0.1 (#70)
Browse files Browse the repository at this point in the history
* [pypa]

* [0.3.0] bump to core version parity

* [pypa]

* [pytest] bump basic version test

* [version]  ->

* Revert "[pypa]"

This reverts commit 3ec1841.

* [meta] change project version

* [gitignore] revert
  • Loading branch information
milobanks authored Jan 23, 2025
1 parent dd0360e commit a571975
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.6.0-0'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.6.0-0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
requires = ["scikit-build-core>=0.10", "pybind11"]
build-backend = "scikit_build_core.build"

[project]
name = "epiworldpy"
version = "0.0.1"
version = "0.6.0-0"
description = "Python bindings for epiworld"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import epiworldpy as epiworld
from importlib.metadata import version

def test_version():
assert epiworld.__version__ == "0.0.1"
assert version('epiworldpy') == "0.6.0.post0"

0 comments on commit a571975

Please sign in to comment.