Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Apr 23, 2020
1 parent 83a4532 commit e60fa30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
project('jngl', ['c', 'cpp'], default_options : ['cpp_std=c 17', 'warning_level=3'])

conf_data = configuration_data()
conf_data.set('VERSION', '1.4.0')
conf_data.set('VERSION', '1.4.1')
configure_file(input : 'jngl.pc.in', output : 'jngl.pc', configuration : conf_data,
install : true, install_dir : 'lib/pkgconfig')

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 15,7 @@ def has_ext_modules(foo):

setup(
name="jngl",
version="1.4.0",
version="1.4.1",
description="JNGL for Python",
author="Jan Niklas Hasse",
author_email="[email protected]",
Expand Down

0 comments on commit e60fa30

Please sign in to comment.