Skip to content

Commit

Permalink
bump python version to 2.2.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 authored Jan 16, 2024
1 parent 69e1ddd commit c8c983e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = farm_ng_core
version = 2.0.1-dev
version = 2.2.0
description =
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pybind11.setup_helpers import ParallelCompile, Pybind11Extension, build_ext
from setuptools import setup

__version__ = "2.0.0"
__version__ = "2.2.0"


platform_cxx_flags = []
Expand Down

0 comments on commit c8c983e

Please sign in to comment.